debug #Enters the debug mode
r bx #Reads the bx register and prompts you to enter a new value
30 #The new value for bx
r cx #Reads the cx register and prompts you to enter a new value
0000 #The new value for cx
n 3M.bin #The name of the dump file
w 0:0 #Write out the data, starting at offset 0:0
并在数据中看到一些有趣的字符串,但想以技术上更复杂的方式进行调查。
查找 API(即过程入口点)的最简单方法是什么?我对 cc:Mail Vendor Independent Messaging API 特别感兴趣,我怀疑它隐藏在某个地方。
磁盘上至少还有一个似乎相关的二进制文件,所以理想情况下,我想要一个工具来同时读取 ROM 转储和这个文件。