• Welcome to PlanetSquires Forums.
 

Post compile option

Started by Anonymous, June 28, 2004, 02:27:00 AM

Previous topic - Next topic

Anonymous

I've mentioned this before but I just noted it doesn't have its own wishlist item.

Would be nice if FF had a post-compile step so that between compilation and launching of the EXE a command could be executed.

I have a real need for this now as follows. I protect my software using the Armadillo software protection scheme. This means that sections of code are protected/unprotected according to the current license key. Problem is that until Armadillo has been applied literally everything in the program is enabled - which isn't real world.

Furthermore, I have literally just had to leave out some important Armadillo protection functionality because it wouldn't link via the ArmAccess.dll, and the functionality doesn't work until Armadillo has been applied. When the EXE has been Armadillo'd it transfers the code from the external DLL to become an integral part of the protection wrapper.

Andrew