Loading repository data…
Loading repository data…
mytechnotalent / repository
A FREE comprehensive reverse engineering tutorial covering x86, x64, 32-bit/64-bit ARM, 8-bit AVR and 32-bit RISC-V architectures.
A FREE comprehensive reverse engineering tutorial covering x86, x64, 32-bit/64-bit ARM, 8-bit AVR and 32-bit RISC-V architectures.
FREE EMBEDDED HACKING COURSE PROMO HERE
This chapter covers Golang hacking advanced control flow for the x64 architecture.
-> Click HERE to read the FREE pdf book.
Assembled by @0xInfection (Twitter)
This tutorial will begin with the basic concepts of malware reverse engineering and graduate to an entry-level basic examination of Assembly Language.
-> Click HERE to read the FREE ebook.
This tutorial will address the two basic techniques that you can employ when analyzing malware. The first being static analysis and the other being dynamic analysis.
-> Click HERE to read the FREE ebook.
This tutorial will address the basic forms of malware and how they work in simple terms.
-> Click HERE to read the FREE ebook.
This tutorial will address x86 Assembly Languages and their usage to produce object code for the aforementioned series of processors.
-> Click HERE to read the FREE ebook.
This tutorial will address the very basics of the binary number system.
-> Click HERE to read the FREE ebook.
This tutorial will address the very basics of the hexadecimal number system.
-> Click HERE to read the FREE ebook.
This tutorial will address the basics of transistors and memory.
-> Click HERE to read the FREE ebook.
This tutorial will address the basics of memory and examine our first GDB debugger instance and examine our first real look into our computers memory and instructions.
-> Click HERE to read the FREE ebook.
This tutorial will address the basic architecture of an x86 processor.
-> Click HERE to read the FREE ebook.
This tutorial will address the general purpose x86 registers.
-> Click HERE to read the FREE ebook.
This tutorial will address the x86 segment registers.
-> Click HERE to read the FREE ebook.
This tutorial will address the x86 instruction pointer register.
-> Click HERE to read the FREE ebook.
This tutorial will address the x86 control registers.
-> Click HERE to read the FREE ebook.
This tutorial will address the status, control and systems flags.
-> Click HERE to read the FREE ebook.
This tutorial will address the stack.
-> Click HERE to read the FREE ebook.
This tutorial will address the heap.
-> Click HERE to read the FREE ebook.
This tutorial will address how to install Ubuntu Linux on both Windows and MAC.
-> Click HERE to read the FREE ebook.
This tutorial will address how to install the vim text editor.
-> Click HERE to read the FREE ebook.
This tutorial will address the age old question of why to bother understanding the basics of Assembly Language.
-> Click HERE to read the FREE ebook.
This tutorial will address op codes and instruction code handling.
-> Click HERE to read the FREE ebook.
This tutorial will address how to compile a basic x86 Assembly Program.
-> Click HERE to read the FREE ebook.
This tutorial will address how to create our first real Assembly Program by moving immediate data.
-> Click HERE to read the FREE ebook.
This tutorial will address how to debug our first real Assembly Program by moving immediate data.
-> Click HERE to read the FREE ebook.
This tutorial will address how to hack our first real Assembly Program by moving immediate data.
-> Click HERE to read the FREE ebook.
This tutorial will address how to create our second real Assembly Program by moving between registers.
-> Click HERE to read the FREE ebook.
This tutorial will address how to debug our second real Assembly Program by moving between registers.
-> Click HERE to read the FREE ebook.
This tutorial will address how to hack our second real Assembly Program by moving between registers.
-> Click HERE to read the FREE ebook.
This tutorial will address how to create our third real Assembly Program by moving between memory and registers.
-> Click HERE to read the FREE ebook.
This tutorial will address how to debug our third real Assembly Program by moving between memory and registers.
-> Click HERE to read the FREE ebook.
This tutorial will address how to hack our third real Assembly Program by moving between memory and registers.
-> Click HERE to read the FREE ebook.
This tutorial will address how to create our fourth real Assembly Program by moving b