PDA

View Full Version : .Net Assembly Rebuilder v1.0


bigmouse
01-23-2008, 01:08 PM
Dumped Assembly can be viewed in reflector but can't run or can't be opened by cecil?

try using this tool to rebuild it.

Net Assembly Rebuilder.rar (127.04 kB)

Download Link: http://www.filesend.net/download.php?f=f4c228e741c7849ae06fe9b03c241ebb

Kurapica
01-23-2008, 02:11 PM
I won't ask for the source code coz I'm not a C++ fan :p

But It would be nice to tell us what exactly it rebuilds or "Fixes" in the assembly ? :rolleyes:

bigmouse
01-24-2008, 11:12 AM
just like what ilasm does.
but it didn't need to parse the msil , coz it read ILCode from input file directly.

tankaiha
01-25-2008, 08:17 AM
just like what ilasm does.
but it didn't need to parse the msil , coz it read ILCode from input file directly.

great IDEA :)