hello
i wanted a good exe\dll compressions routine source in masm32 ! :lol:
or give a upx.dll?
can your help me??
thanks in forward
BelCoder
i wanted a good exe\dll compressions routine source in masm32 ! :lol:
or give a upx.dll?
can your help me??
thanks in forward
BelCoder
Hi
The WinNT OS has some undocumented APIs for compression and decompression.
Take a short look at http://www.asmcommunity.net/board/index.php?topic=24776.0.
Regards,
Biterider
The WinNT OS has some undocumented APIs for compression and decompression.
Take a short look at http://www.asmcommunity.net/board/index.php?topic=24776.0.
Regards,
Biterider
thx Biterider
i m lookin for somethin like -upx, aspack- actually
so that the -exe/dll- files stay executeable..
i m lookin for somethin like -upx, aspack- actually
so that the -exe/dll- files stay executeable..
google to the rescue :-)
Seriously, though, this is a relatively complicated topic, and probably one you're not yet ready for. I dunno if there's any EXE compressors with source available (well, UPX disqualified for being a horrible and complicated mess :) ), but it should be easy enough to find some EXE crypters with source - you might want to start by having a look at those.
Seriously, though, this is a relatively complicated topic, and probably one you're not yet ready for. I dunno if there's any EXE compressors with source available (well, UPX disqualified for being a horrible and complicated mess :) ), but it should be easy enough to find some EXE crypters with source - you might want to start by having a look at those.