52ky 发表于 2021-5-31 13:35:26

imp64

imp64,这里有一个工具可以修复x64目标上的导入(以及转储它们)。这个工具差不多是一年前做的。GUI真的很糟糕,因为我对GUI编程不是很有经验。然而,导入修复代码应该做得很好,因为它使用了1API=1id技术,我在我的一篇博客文章中描述了这种技术。好在导入扫描/修复代码可以毫无问题地从源代码中提取,因为这些代码保存在不同的文件中。

(Here is one tool to fix imports on x64 target (and to dump them as well). This tool was done almost a year ago. GUI really sucks as I'm not very experienced with GUI programming. However import fixing code should do just fine as it uses 1API = 1IID technique which I described in one of my Blog entries. Good thing is that import scanning/fixing code can be extracted from source without a problem as those are held in separate files.)


页: [1]
查看完整版本: imp64