/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.sei.cmu.edu
| | opguides.info
3.8 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.
| | binary.ninja
3.6 parsecs away

Travel
| | Binary Ninja is a modern reverse engineering platform with a scriptable and extensible decompiler.
| | github.com
3.0 parsecs away

Travel
| | Ghidra is a software reverse engineering (SRE) framework - NationalSecurityAgency/ghidra
| | marcospereira.me
22.9 parsecs away

Travel
| In this post we summarize the math behind deep learning and implement a simple network that achieves 85% accuracy classifying digits from the MNIST dataset.