 
      
    | You are here | toddcullumresearch.com | ||
| | | | | www.redblue.team | |
| | | | | 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 | |
| | | | | 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 | |
| | | | | ||
| | | | | sreekar.ch | |
| | | 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... | ||