![]() |
|
|
|
#1
|
||||
|
||||
|
Yeah, my private builds focus on compression ratio, using completely different compression algorithms. I designed it to be easy to depack. Figured theres no point in trying protection since people will crack it anyway. The public build is there so there is no real loss if people misuse it, although there might still be a possibility of that happening.
Pity the taggant scheme for packers is a crock of sh*t. (only useful for commercial stuff, not freeware) And digital signatures do nothing too.Plus, many packers like ASPack, PESpin and mpress seem to miss crucial things like proper TLS callback support. I guess now I need to work out overlay support, and fully reentrant DLL entry points. (so it doesn't needlessly depack itself over and over) Atm I am trying to debug a nice (as in, interesting and hard) test case with DLLs with TLS. For some reason there is one flaw there, but other DLLs with TLS callbacks work fine. Dunno if its something to do with reentrancy though. |
| The Following User Gave Reputation+1 to mudlord For This Useful Post: | ||
mr.exodia (11-12-2015) | ||
|
#2
|
||||
|
||||
|
Do not share outside EXETools.com, otherwise development will cease.
Updated: * removed asmjit, replaced with Xbyak. * added DLL reentrancy. * saved bytes in entrypoint, down to 34 bytes. * removed aplib (lzss based), replaced with a lz77+arithmetic coder backend: double the depacker size (around 360 bytes compared to 160 bytes for aplib), yet a much improved compression ratio, nearing the private packer builds compression ratio in some cases, which uses LZMA. |
| The Following 4 Users Gave Reputation+1 to mudlord For This Useful Post: | ||
| The Following 5 Users Say Thank You to mudlord For This Useful Post: | ||
JeRRy (12-15-2015), niculaita (12-16-2015), nikkapedd (12-16-2015), ReBirth (12-19-2015), wilson bibe (12-17-2015) | ||
|
#3
|
|||
|
|||
|
you can't avoid it,the only way is to share it with private people that you trust with in.
__________________
I like this forum! |
|
#4
|
||||
|
||||
|
True, but I can ask for some common basic human decency?
I guess that is too much to ask for? If thats the case, might as well stop dev already. So far I haven't noticed any leaks which is nice, hopefully it stays that way, otherwise development can go back to being completely private. |
|
#5
|
|||
|
|||
|
i'm afraid it's not anymore a world to expect that,you may trust in me as i think like you but it's not the place to expand psychology
![]() regards!
__________________
I like this forum! |
|
#6
|
||||
|
||||
|
There are so many retarded people in the RE forums that it will sell your program in a few minutes after you put on public. The time teach me that some users are present including this site.
So NO do not ask for that.
|
|
#7
|
|||
|
|||
|
Quote:
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|