I wasn't imagining things, Administrator Protection has indeed been pulled for now. https://learn.microsoft.com/en-us/windows/security/application-security/application-control/administrator-protection/?tabs=intune#system-requirements
radare
🌍Making #radare2 more portable and accessible to new audiences has been always a priority for us.
At #r2con2025, @AbhiTheModder created a web frontend for #radare2 using the webassembly builds to allow Chromebook students reverse engineer crackmes from the browser!
• Select version of r2
• Create multiple tabs
• Keyboard driven
• Analyze large binaries
This sandboxed environment is ideal for education as well as for malware analysis and the whole toolchain can be used from the commandline with wasmer.
• Try it online https://r2.revengi.in
• HTML radare2 Widget https://radareorg.github.io/r2wasm/index.html
• Source code https://github.com/radareorg/r2web
• Watch the presentation 👇
🎅🎁 Ho ho ho #Telco📡! 5GC Pentest Burp Suite ext under the tree! 🔐🎄 https://github.com/PentHertz/5GC_API_Pentest ✨🎉🚀 #5GSecurity
Petition in Germany to recognize unpaid contribution to free and open source software projects as 'society-beneficial volunteering' (ehrenamt)!
This will give volunteering for e.g. @postmarketOS , @freifunk , @kde , @nextcloud , @Mastodon and other libre projects the same legal status as taking care of an elderly family member or volunteering for a youth association, which provides tax benefits and relaxes requirements for receiving unemployment benefits.
Interested people may sign it using one of the two following links.
The petition in german language: https://www.openpetition.de/petition/online/anerkennung-von-open-source-arbeit-als-ehrenamt-in-deutschland#petition-main
The petition in english language: https://www.openpetition.de/petition/online/recognition-of-work-on-open-source-as-volunteering-in-germany
News article (German): https://www.heise.de/news/Petition-Open-Source-Arbeit-soll-als-Ehrenamt-gelten-11094436.html
News article (English): https://www.heise.de/en/news/Petition-Open-source-work-should-count-as-volunteer-activity-11095357.html
The petition is organized by @webvision.
If you're not a resident of Germany, go ahead and use this thread to organize similar initiatives in your country of residence.
#deutschland #foss #floss #volunteer #ehrenamt #freiwilligkeit #openSource #freeSoftware
This December, I'll be posting an article & video each day until Christmas in the Advent of Compiler Optimisations! #AoCO2025
Each day we'll explore a fun optimisation in C or C++; some low-level, x86 or ARM-specific, some high-level. Hope you'll join me!
@ bornhack (📞SN0W/7609)
The Algol68 compiler fronted has been merged in GCC and the very next gcc16 will ship it! Cant mention the author here, but good job Jose!
You can write '2' (0x32) anywhere in the filesystem of a Linux-based network switch. How do you get root?
That's basically what my talk at GreHack conference was about - enjoy!
https://youtu.be/F4CudbWHZ7Y?t=504 https://youtu.be/X-ZJH4d2tuE?t=1162
Some old buildings from the era of socialism in Hungary #Modernism
https://telex.hu/foto/2025/11/29/balaton-modern-epiteszet
Look! I made a thing. Maybe it'll help you make something too!
I got tired of wiring up input pre-amps on every new project, so I made a breadboard compatible module with a nice quality audio OpAmp. So if you do #synthdiy or other DIY electronics, maybe this can save you time too!
Pro-Tip, you can turn your crummy “consumer” SSD (mostly) into an enterprise drive by formatting it correctly.
You can easily get 10x endurance by giving up ~5% of space.
Crucial MX500 1TB: 0.2 DWPD
Micron 5300 PRO 960GB (same NAND!): 1.5 DWPD
my favorite thanksgiving tradition is the annual grill software update
https://bird.makeup/users/hardpass4/statuses/1463886150171566084
Are other organizations still getting valuable reports on bug bounty programs? Pretty much all of the ones we have received recently at PowerDNS have turned out to be AI lies, to the point I'm seriously considering shutting down our program. Legitimate researchers are almost always contacting us by other means, and I don't want to keep wasting time looking into false, impossible to reproduce reports.
👀 Before the #radare2 6.0.6 release during the testing stage I spotted a crash on Windows and decided to write a post explaining how I fixed it using only the cmd interface 👉 https://trufae.github.io/aiblog/WinCdbNull-en.html
As a UNIX person I'm not comfortable on #windows but i was happy to learn some commandline #debugging tools and shared some insights for #reverseengineering in my writeup. Hope you enjoy the reading!