- 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.
推薦閱讀
- Android應用安全實戰:Frida協議分析
- Extending Symfony2 Web Application Framework
- 計算機病毒分析與防范大全(第3版)
- 反黑命令與攻防從新手到高手(微課超值版)
- .NET安全攻防指南(上冊)
- Spring Security(Third Edition)
- 解密彩虹團隊非凡實戰能力:企業安全體系建設(共5冊)
- 信息安全案例教程:技術與應用(第2版)
- API安全技術與實戰
- 網絡安全與攻防入門很輕松(實戰超值版)
- 數據安全領域指南
- 數據安全與流通:技術、架構與實踐
- Learning Pentesting for Android Devices
- Cybersecurity Threats,Malware Trends,and Strategies
- 云計算安全:關鍵技術、原理及應用