prem karthik Posted December 28, 2013 Share Posted December 28, 2013 Can anyone help me in this? i want to learn how to make a activator or loader. Please someone help me Quote Link to comment Share on other sites More sharing options...
Turk Posted December 28, 2013 Share Posted December 28, 2013 (edited) Some soft loader authors are: DAZ, QODYX4, Josh Cell, urie, Heldigard of MDL; rri, WZOR of WZOR. I see CODYQX4 here. Hope helps you. Edited December 28, 2013 by Turk Quote Link to comment Share on other sites More sharing options...
Dodel Posted December 28, 2013 Share Posted December 28, 2013 (edited) Can anyone help me in this? i want to learn how to make a activator or loader. Please someone help meFirst you need to look at reverse engineering, (taking current software, dissasembling, analysing the code structure), then you need to look at understanding what part of the program you need to change to make it 'activated', sometimes it can simply be a case of NOOPing (no-operation) part of the code and this in turn activates the software (dependente on code strings), or sometimes programs need a serial key, which is generated either using mathmatical equations / machine id's. In these instances you would need to look at coding a keygen.Infact, take a look here :- http://thelegendofrandom.com/blog/sample-pageEdit: I'm no expert (clearly by my post), but it's something I've had an interest in since my college days. Edited December 28, 2013 by Dodel Quote Link to comment Share on other sites More sharing options...
Holmes Posted December 28, 2013 Share Posted December 28, 2013 (edited) Nice very nice post dodel. The part that says dependant on strings there are some exes that show no strings and those are packed which requires manually unpacking the exe which is a whole different story. If you wish to learn unpacking packed executables check this out:http://www.gamekiller.net/tutorials-source-codes/6392-tutorial-patching-packed-executables.htmlIf you can follow it (meaning understand and comprehend it) you can learn the art of unpacking that link dodel posted is good to your antivirus might pick it up saying this (avast says this):URL: http://thelegendofrandom.com/blog/sample-page-|{gzip-} (I fixed the link so it does take you there)Infection: HTML:HideMe-F [Trj]Its a trojan its a false positive no worries. The antivirus ESET picks the site up as a malicious site to its a false positive to.. Edited December 28, 2013 by Holmes Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.