Explore >> Select a destination


You are here

blog.miguelgrinberg.com
| | blog.wokwi.com
15.1 parsecs away

Travel
| | Learn how to use AI's help to learn Arduino programming faster, find bugs, and understand programs line-by-line!
| | pagefault.blog
15.5 parsecs away

Travel
| | Step-by-step guide how to flash Sonoff S20 WiFi outlet with custom MQTT firmware.
| | cubiclenate.com
28.3 parsecs away

Travel
| | Since there is a part of me still stuck in 1998, I do enjoy using my Texas Instruments TI-86 calculator for math things. When I have a complex equation that my middle-aged brain just can't seem to work out, I reach for my trusty old TI-86. It has been a faithful companion that has been...
| | opguides.info
96.1 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.