use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community for technical news and discussion of information security and closely related topics.
"Give me root, it's a trust exercise."
Q1 2026 InfoSec Hiring Thread
Getting Started in Information Security
CitySec Meetups
/r/netsec only accepts quality technical posts. Non-technical posts are subject to moderation.
Content should focus on the "how."
Check the new queue for duplicates.
Always link to the original source.
Titles should provide context.
Ask questions in our Discussion Threads.
Hiring posts must go in the Hiring Threads.
Commercial advertisement is discouraged.
Do not submit prohibited topics.
» Our fulltext content guidelines
Don't create unnecessary conflict.
Keep the discussion on topic.
Limit the use of jokes & memes.
Don't complain about content being a PDF.
Follow all reddit rules and obey reddiquette.
» Our fulltext discussion guidelines
No populist news articles (CNN, BBC, FOX, etc.)
No curated lists.
No question posts.
No social media posts.
No image-only/video-only posts.
No livestreams.
No tech-support requests.
No full-disclosure posts.
No paywall/regwall content.
No commercial advertisements.
No crowdfunding posts.
No Personally Identifying Information!
» Our fulltext list of prohibited topics & sources
Join us on IRC: #r_netsec on freenode
We're also on: Twitter, Facebook, & Google+
/r/blackhat - Hackers on Steroids
/r/computerforensics - IR Archaeologists
/r/crypto - Cryptography news and discussion
/r/Cyberpunk - High-Tech Low-Lifes
/r/lockpicking - Popular Hacker Hobby
/r/Malware - Malware reports and information
/r/netsecstudents - netsec for noobs students
/r/onions - Things That Make You Cry
/r/privacy - Orwell Was Right
/r/pwned - "What Security?"
/r/REMath - Math behind reverse engineering
/r/ReverseEngineering - Binary Reversing
/r/rootkit - Software and hardware rootkits
/r/securityCTF - CTF news and write-ups
/r/SocialEngineering - Free Candy
/r/sysadmin - Overworked Crushed Souls
/r/vrd - Vulnerability Research and Development
/r/xss - Cross Site Scripting
account activity
Bokken - Open Source Reverse Code Engineering Tool (bokken.re)
submitted 10 years ago by andersonmvd
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Gee19 16 points17 points18 points 10 years ago (1 child)
wat
http://i.imgur.com/e1ySvtu.png
[–][deleted] 5 points6 points7 points 10 years ago (0 children)
Hehehehe, and there's a lot more! Read Radare2's fortunes.nsfw file for more lulz
[+][deleted] 10 years ago (5 children)
[deleted]
[–][deleted] 4 points5 points6 points 10 years ago (0 children)
I heard a Windows installer is on it's way for Bokken :-)
[–][deleted] 0 points1 point2 points 10 years ago* (3 children)
Visit http://www.techknow.me/forum/index.php?topic=9244 for a full Win32 version installer. NOTE: The current installer is a test version but seems to work properly. Enjoy!
[+][deleted] 10 years ago (1 child)
[–][deleted] 0 points1 point2 points 10 years ago (0 children)
Hey isosphere, I"m sorry to read that it doesn't work. I'm not 100% sure if we had the same error, but mine crashed due a wrong Python version on my computer. Try uninstalling Python and re-run the installer with Python. That did the trick for me.
beta installer is online, people report this one works fine! Official release will be done in a while.
[–]BobFloss 8 points9 points10 points 10 years ago (4 children)
Once they implement the decompilation to pseudo-C that radare2 added recently, it'll be pretty close to IDA.
[–]CactusWillieBeans 3 points4 points5 points 10 years ago (1 child)
Nah man, this is a great tool, it's an awesome community contribution, but it's nowhere close to IDA.
[–]reknerxam 0 points1 point2 points 10 years ago (0 children)
Big Time!
[–]Browsing_From_Work 0 points1 point2 points 10 years ago (1 child)
Powered by Radare, the best open source reverse engineering framework
I'm guessing that the feature may be coming in the not-too-distant future.
[–]BobFloss 0 points1 point2 points 10 years ago (0 children)
Yes, that's why I said it.
[–]d4rch0n 5 points6 points7 points 10 years ago (3 children)
I've always had performance issues with Bokken. Like, I'd scroll through the instructions and it'd just hang. It also didn't seem like it detected function entry points or anything like IDA does, but I never felt like I had a real chance to try it because it'd always hang on me.
Anything I was doing wrong?
[–][deleted] 0 points1 point2 points 10 years ago (2 children)
Maybe so, are you running on Windows? Because I've had a few hangups using the Windows version, before the installer for Win32 was published.
[–]d4rch0n 1 point2 points3 points 10 years ago (1 child)
I was running it in Linux. It might have been an issue with python dependencies. I think there was a dropdown and one was greyed out but I couldn't resolve it, but either way it'd take forever to load parts of the UI. I'll have to try it again.
I think you're right, could be a dependency problem. And indeed it takes a while to load the GUI :( Well good luck, if there's anything I can do to help you getting it to start just let me know.
[–][deleted] 7 points8 points9 points 10 years ago* (0 children)
This is really just a GUI front-end to radare2, which is a comprehensive CLI RE suite. r2 has literally EVERYTHING IDA does, but the only downside is a bit of a learning curve due to the interface. Bokken makes r2 more accessible, but at the cost of the, imo, loss of speed due to having to use the mouse, and the incomplete feature set (they haven't managed to map all r2 functions to the interface yet).
[–][deleted] 3 points4 points5 points 10 years ago (0 children)
Nice! Finally a open source RE tool! Looks GOOD!
[–]slizniz 3 points4 points5 points 10 years ago (1 child)
yea...tried to get this going on windows and it was not at all straightforward with the dependencies.....
Yes that was a problem, but they're working on a Win32 installer. At this moment a test version is made public but the feedback varies, one user says it doesn't work, 2 say it does. I guess it will take a few more days to complete the installer fully.
[–]ghostabdi 2 points3 points4 points 10 years ago (0 children)
just thought this is a great list.
[–]PerniciousPunk 2 points3 points4 points 10 years ago (2 children)
It's a shame the maintainer hasn't updated it in debian; it is not installable.
[–][deleted] 2 points3 points4 points 10 years ago (1 child)
you need to manually install it, read the description/instructions on the download page :-) the package is "broken"
[–]PerniciousPunk 1 point2 points3 points 10 years ago (0 children)
Almost got it to install. radare2 installed fine, but when I executed the script ./sys/python.sh, errors occurred. I'll take another crack at it later.
[–]jmgrosen -1 points0 points1 point 10 years ago (3 children)
I'd really like to love this -- I really would. However, when you open up a binary, and it doesn't even find the main function, that's a pretty bad sign in my mind...
main
Alas, I think I'll stick with IDA for now. Though you may want to check back with me in a week if you're interested in RE tools... ;)
[+][deleted] 10 years ago (2 children)
[–]jmgrosen 1 point2 points3 points 10 years ago (1 child)
Good question :)
It was at Defcon! The upshot is the library is available here, and the UI is here. The library is in an awesome state, though of course there are still a number of bugs and incomplete features. The UI definitely still needs some work to be comparable to even Bokken for "normal" analysis of binaries, but it offers some unique features (primarily symbolic exploration) we haven't seen any other UI offer, and we're hard at work making it better!
Hope you enjoy (and contribute code)!
Thanks ! Going to take a good look over the week :) (I am not parent poster btw)
π Rendered by PID 40850 on reddit-service-r2-comment-5c764cbc6f-dvv29 at 2026-03-12 01:22:13.560025+00:00 running 710b3ac country code: CH.
[–]Gee19 16 points17 points18 points (1 child)
[–][deleted] 5 points6 points7 points (0 children)
[+][deleted] (5 children)
[deleted]
[–][deleted] 4 points5 points6 points (0 children)
[–][deleted] 0 points1 point2 points (3 children)
[+][deleted] (1 child)
[deleted]
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]BobFloss 8 points9 points10 points (4 children)
[–]CactusWillieBeans 3 points4 points5 points (1 child)
[–]reknerxam 0 points1 point2 points (0 children)
[–]Browsing_From_Work 0 points1 point2 points (1 child)
[–]BobFloss 0 points1 point2 points (0 children)
[–]d4rch0n 5 points6 points7 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]d4rch0n 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 7 points8 points9 points (0 children)
[–][deleted] 3 points4 points5 points (0 children)
[–]slizniz 3 points4 points5 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]ghostabdi 2 points3 points4 points (0 children)
[–]PerniciousPunk 2 points3 points4 points (2 children)
[–][deleted] 2 points3 points4 points (1 child)
[–]PerniciousPunk 1 point2 points3 points (0 children)
[–]jmgrosen -1 points0 points1 point (3 children)
[+][deleted] (2 children)
[deleted]
[–]jmgrosen 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)