![]() |
|
#12
|
|||
|
|||
|
uncompiler is not a easy thing...
it needs more other experienced KB. and more symbols and debug info ar lost during compiler, so uncompiler endeaver recover these thing. such as.. source code: void SwapTwoNumber(int* a,in* b) {................. } via uncompiler may be in these form: sub_0121(DWORD* a1,DWORD* a2) {...... } yep,SwapTwoNumber is info, u maybe will soon master some funcs by name,, So uncompiler will try to recover these name,this can be attained by AI. the above is one easy instance... Had time,we can dicuss these techz in detail..
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Decompiling the mov compiler | chants | General Discussion | 3 | 12-08-2016 21:16 |
| Who are familiar with decompiling? | DMichael | General Discussion | 3 | 08-09-2013 01:04 |
| VB3 decompiling | wasq | General Discussion | 23 | 05-23-2005 02:30 |