- Mastering Reverse Engineering
- Reginald Wong
- 95字
- 2021-06-10 19:40:21
Decompilers
Decompilers are similar to disassemblers. They are tools that attempt to restore the high-level source code of program unlike disassemblers that attempt to restore the low-level (assembly language) source code of a program.
These tools work hand in hand with each other. The logs generated from monitoring tools can be used to trace the actual code from the disassembled program. The same applies when debugging, where the analyst can see the overview of the low-level code from the disassembly, while being able to predict where to place breakpoints based on the monitoring tools' logs.
推薦閱讀
- 網(wǎng)絡(luò)空間安全:管理者讀物
- 網(wǎng)絡(luò)安全三十六計(jì):人人該懂的防黑客技巧
- Spring Security(Third Edition)
- 可信計(jì)算3.0工程初步(第二版)
- 情報(bào)驅(qū)動(dòng)應(yīng)急響應(yīng)
- Mastering Reverse Engineering
- CTF特訓(xùn)營(yíng):技術(shù)詳解、解題方法與競(jìng)賽技巧
- INSTANT Apple Configurator How-to
- 網(wǎng)絡(luò)服務(wù)安全與監(jiān)控
- 信息系統(tǒng)安全等級(jí)化保護(hù)原理與實(shí)踐
- 計(jì)算機(jī)系統(tǒng)與網(wǎng)絡(luò)安全研究
- 5G網(wǎng)絡(luò)安全規(guī)劃與實(shí)踐
- CPK通向賽博安全之路:理論與實(shí)踐CPK Solution to Cyber Security:Theory and Practice
- CTF網(wǎng)絡(luò)安全競(jìng)賽入門教程
- Hands-On Bug Hunting for Penetration Testers