我们知道Dcu文件的规范是一个秘密,每个版本都会改变。在Delphi IDE中,是否有任何可能的方法来探索dcu文件中的符号?(而不是使用反编译库,如DCU32INT项目。)
发布于 2012-12-14 18:02:38
Here is an attempt using Delphi7,并且存在一个DCU32INT utility by Alexei Hmelnov。仅对DCU进行逆向工程可能会很困难,但inspecting the executable might help。有人尝试过IDA,一个'IDA Loader for Delphi/Builder32-bit unit (.DCU) by RedPlait with source‘被提到here,我在谷歌上找到了this。
https://stackoverflow.com/questions/13874411
复制相似问题