如何使用dumpbin进行反汇编
使用 dumpbin /rawdata :bytes /sections :.data test1.exe 进行反汇编提示:
Microsoft (R) COFF Binary File Dumper Version 6.00.8168
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
DUMPBIN : warning LNK4044: unrecognized option "sections"; ignored
Dump of file :bytes
DUMPBIN : fatal error LNK1181: cannot open input file ":bytes"
这个 test1.exe 是用VC6编译得到的一个很简单的程序,为什么不行呢 ?