Completed
Same code from ARM
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Miasm - Reverse Engineering Framework
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Disassembler
- 3 Assembly code
- 4 Same code from ARM
- 5 Symbolic execution: known issues
- 6 Virtual Machine (VM) protection
- 7 VM protection attack
- 8 First mnemonic
- 9 Reduction example
- 10 Mnemonics
- 11 String decryption
- 12 Code emulation
- 13 Implementation
- 14 Shellcode output
- 15 Shellcode analysis
- 16 Function stubs
- 17 Different level of emulation
- 18 Syscall: stub example
- 19 DSE / concolic execution