Zoro
Zoro6mo ago

anybody has notes for Disassembler vs. Decompiler

because i wants to make a presentation about this, so if anyone have some note or book to refer it will be helpful and by the way i am new to the server so hello everyone
4 Replies
You
You6mo ago
You probably can't make more than like max 10 slides about this topic Just a by the way I don't have any books or notes But you could read on how decompilers actually work It's pretty interesting
Zoro
Zoro6mo ago
DirtyJ
DirtyJ6mo ago
the tldr for those is disassemblers take you from machine code to assembly, decompilers get you from machine code/bytecode/opcodes to something in a higher level language As for the intricacies into how they work that'll definitely be a trip to google. Worth looking at how compilers/assembly works too while you're at it, super cool topics and help you understand how to do it in reverse
Zoro
Zoro6mo ago
okay thanks