blabberer
February 2nd, 2005, 07:35
any idea what the heck is a precompiled resource and how to include them in an exe and if it was included then how to rip them off and and decompress
decrypt de whatever it modify them and re compress,compile and crypt it
back into the original application
well google yielded some info that a precompiled resource maybe *.res but analyzing ( i mean simple comparing of some arbitary rsrc.res file with the out put of reshack hacked
precompiled resource dont show any kind of match
the signatures are different
the precompiled resource has a signature of Cpd`& and none of the first three pages in google yield anything decipherable to my dumb brain
the precompiled resource is used like this by the application
FindResource()-->LoadResource-->LockResource-->GlobalAlloc--->Decompress---> then blah blah blah the blah is of no concern to me
i memory dumped the decompressed output
so basically if i modify it can i compile it with modification and use reshack to
add that instead of original if yes some pointers would be helpfull
the app is coded in bcb so it probably uses brc something to precompile it is what i think or is precompiling a home grown concept ??
well i dont want to reverse the decompress or rip it and recode it
at the moment if i find some simple answers which i may have obviously missed
any questions comments are welcome no search the blah blah black ship please
thanks and regards
decrypt de whatever it modify them and re compress,compile and crypt it
back into the original application
well google yielded some info that a precompiled resource maybe *.res but analyzing ( i mean simple comparing of some arbitary rsrc.res file with the out put of reshack hacked
precompiled resource dont show any kind of match
the signatures are different
the precompiled resource has a signature of Cpd`& and none of the first three pages in google yield anything decipherable to my dumb brain
the precompiled resource is used like this by the application
FindResource()-->LoadResource-->LockResource-->GlobalAlloc--->Decompress---> then blah blah blah the blah is of no concern to me
i memory dumped the decompressed output
so basically if i modify it can i compile it with modification and use reshack to
add that instead of original if yes some pointers would be helpfull
the app is coded in bcb so it probably uses brc something to precompile it is what i think or is precompiling a home grown concept ??
well i dont want to reverse the decompress or rip it and recode it
at the moment if i find some simple answers which i may have obviously missed
any questions comments are welcome no search the blah blah black ship please


thanks and regards