peterg70
December 6th, 2001, 07:24
Guys
I have located a generate password code function but i want to be able to enter from AAAAA to ZZZZZ as the input (this normally comes from a dialog input) and collect the keys generated. I have managed to locate the routine that is called and where the input and output go but what sort of routine do i need to generate all the combinations
As example the following code illustrates
Mov EDI,004029283 (This moves the dialog string into memory)
Some tests to ensure string is not blank etc.
call 004003000
when it return from this i want to save out to file the first code and another memory address as well. Then increase the memory address to the next possible code and continue to do this until all codes done. Then close the output file.
I know this is possible but what is needed is the question
I have located a generate password code function but i want to be able to enter from AAAAA to ZZZZZ as the input (this normally comes from a dialog input) and collect the keys generated. I have managed to locate the routine that is called and where the input and output go but what sort of routine do i need to generate all the combinations
As example the following code illustrates
Mov EDI,004029283 (This moves the dialog string into memory)
Some tests to ensure string is not blank etc.
call 004003000
when it return from this i want to save out to file the first code and another memory address as well. Then increase the memory address to the next possible code and continue to do this until all codes done. Then close the output file.
I know this is possible but what is needed is the question