how do you make a keygenerator?
August 7th, 2016
with a decompiler, reading what the software is looking for then write one yourself in vb
yes is correct. you have to use a decompiler and find the location in the program where it verifies the key. Its not too difficult but is hard to find tutorials for.
Assembly (ASM) is the language you’ll really need to know.
what kind of decompiler ?? java or visual basic decompiler or flash decompiler or a net file decompiler?
An ASM decompiler mate, more called a ‘disassembler’ (dissassembles the .exe code)
you use that to debug and find the key stuff, then code a generator up in any language (mostly C/C++)
need to learn ALOT, including base systems, ASM, good knowledge of C would go quite well too.
ok thanks ill keep this open if i have anymore questions