Explore >> Select a destination


You are here

syprog.blogspot.com
| | opguides.info
3.2 parsecs away

Travel
| | 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.
| | www.basicinputoutput.com
3.3 parsecs away

Travel
| | A blog about UEFI BIOS C programming software development engineering computer science history
| | github.com
3.1 parsecs away

Travel
| | Pyc-cfg is a pure python control flow graph builder for almost all Ansi C programming language. - shramos/pyc-cfg
| | www.codeproject.com
19.4 parsecs away

Travel
| A detailed analysis of how to inject the .NET runtime and arbitrary .NET assemblies into unmanaged and managed processes; and how to execute managed code within those processes.