You are here |
syprog.blogspot.com | ||
| | | |
opguides.info
|
|
| | | | Chapter 35 - Reverse Engineering # Software # Anyone know of good resources for learning binary reversing? Not particular tools necessarily, but like theory and how to think @XMPPwocky on Twitter An Opinionated Guide on How To Reverse Engineer Software is decent. for me personally: know some assembly, and in particular make sure you know the calling conventions for your platform. when starting out, do it on binaries you can actually run in a debugger and see whats actually happening at runtime. | |
| | | |
aradaelli.com
|
|
| | | | ||
| | | |
www.jaybosamiya.com
|
|
| | | | To either solve an RE challenge, or to be able to pwn it, one must first analyze the given binary, in order to be able to effectively exploit it. Since the binary might possibly be stripped etc (found using file) one must know where to begin analysis, to get a foothold to build up from. | |
| | | |
whatdoiknowjr.com
|
|
| | 1 post published by Jared Rascher on June 5, 2024 |