This topic has been archived. It cannot be replied.
-
工作学习 / 专业技术讨论 / 有没有反编译的达人啊。一个3M多的程序,想扩展出点新功能。wshsj0413@hotmail.com
-wshsj0413(wshsj0413);
2005-5-12
(#2290981@0)
-
是java吗?是的话就用jad.
-justlistening(聆风);
2005-5-14
(#2294876@0)
-
Any update on this?
-bugfree(BugFree);
2005-5-14
(#2295318@0)
-
小菜一碟,关键您付多少?
-jinglin(精灵);
2005-5-14
(#2295348@0)
-
我问过几个搞reverse engineering的人都不会, 网上有公司可以把HP-UX的可执行文件转成源代码, WIN32没查到. 应该不是JAVA的CLASS FILE, 反编译工具大把.你有何高招?
-goodchoice(body builder);
2005-5-14
(#2295507@0)
-
没有人去简单地反汇编。如果是一个C++写的3M的PE文件,就是把原代码给你,你自己一个月能完全读懂吗。
-gamecracker(gamecracker);
2005-5-15
(#2296193@0)
-
比如,FIREFOX。EXE有6mb大,你自己可以搞到全部的原代码。给你两个月时间读读看。
-gamecracker(gamecracker);
2005-5-15
(#2296194@0)
-
看你能做出多少东西,新功能越多给的钱越多
-wshsj0413(wshsj0413);
2005-5-14
(#2295580@0)
-
估计是什么语言开发的?
-kyleliu(kyle);
2005-5-14
(#2295916@0)
-
peid显示是vc++
-wshsj0413(wshsj0413);
2005-5-15
(#2296147@0)
-
如果你精通PE文件格式,WIN32和汇编的话,给一个WIN32的可执行文件扩展“简单”的功能不是太难。
-gamecracker(gamecracker);
2005-5-15
(#2296192@0)
-
In my opnion, it's probably not that simplethere is no problem to map PE binary code to assembler and you can decompile the resulting assembler to C code too. but that C code is very hard to read and understand if the program has been developed using C++ and Microsoft's classlibaries: structures, classes, templates all get resolved to plain standard functions.
-dotod(Hewllet Greger);
2005-5-16
{320}
(#2297991@0)
-
只有没有加密的JAVA程序才能反编译吧? BINARY CODE反编译不可能吧?
-javacup(风铃);
2005-5-14
(#2295744@0)
-
如果在加拿大做的话,收费单位以万为计量单位。
-gamecracker(gamecracker);
2005-5-15
(#2296195@0)
-
基本的工作包括三部分。1。根据“要求”确定扩展功能代码的“注入”方式。2。“部分”分析代码确定“钩子”的“钩入点”和关键的数据结构。3。扩展功能的开发。
-gamecracker(gamecracker);
2005-5-15
(#2296197@0)
-
This is not so easy. You need to know the data structure used by this 3M program. The hook can help you a little. This is really a reverse engineering project
-bugfree(BugFree);
2005-5-16
(#2299252@0)
-
光读反汇编码只是静态分析的一部分。有时候还要自己写点工具进行动态分析。比如击键盘动作,数据包和数据结构数值之间的时序关系。这样比死读代码的效率高的多。
-gamecracker(gamecracker);
2005-5-17
(#2299640@0)
-
第一部分老手几天就可以搞定,第二部分可能要几周。第三部分不确定。
-gamecracker(gamecracker);
2005-5-15
(#2296198@0)
-
I have no time before July. But I can provide IDA professional if you are really want to form a team to do it. And we will divide the money we got ;)I can help you guys after July. Anyone really crazy about reverse engineering, please left your message here. Let us see we can form a team or not?
-bugfree(BugFree);
2005-5-16
{148}
(#2299263@0)
-
楼上的从去年11月就开始找人(WWW。51。CA),现在还在找?
-gamecracker(gamecracker);
2005-5-17
(#2299642@0)
-
那就让他出个价吧, 我们哥俩也练练手,捞点外块, 打打牙祭
-bugfree(BugFree);
2005-5-18
(#2301326@0)