Explore >> Select a destination


You are here

toddcullumresearch.com
| | www.redblue.team
8.2 parsecs away

Travel
| | There's certainly no shortage of malware in Ukraine right now! One of my resolutions for the New Year is to spend more time conducting ...
| | opguides.info
10.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.
| | blog.sanctum.geek.nz
9.9 parsecs away

Travel
| |
| | sreekar.ch
60.5 parsecs away

Travel
| But first What is functional programming ? Functional programming is a programming paradigm in which most computation is treated as evaluation of functions. It emphasizes on expression evaluation instead of command execution. Wikipedia When did it all start ? In the 90s, there was a war between declarative programming and imperative programming. Declarative programming then represented by logic programming languages like Prolog and early functional languages like Erlang. And imperative languages were r...