- 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ò)中構(gòu)建安全系統(tǒng)
- 黑客攻防技巧
- 深入淺出隱私計算:技術(shù)解析與應(yīng)用實踐
- 工業(yè)物聯(lián)網(wǎng)安全
- Kali Linux Network Scanning Cookbook(Second Edition)
- 信息安全案例教程:技術(shù)與應(yīng)用(第2版)
- Kerberos域網(wǎng)絡(luò)安全從入門到精通
- 從實踐中學習密碼安全與防護
- 隱私計算:推進數(shù)據(jù)“可用不可見”的關(guān)鍵技術(shù)
- 網(wǎng)絡(luò)安全實戰(zhàn)詳解(企業(yè)專供版)
- 黑客攻防從入門到精通:命令版
- 聯(lián)邦學習原理與算法
- 紅藍攻防:技術(shù)與策略(原書第3版)
- BeagleBone for Secret Agents