DanBergundy
05-16-2007, 03:38 AM
Situation:
You have a cool program you want to use that is a DLL file. When you inject the DLL, it starts the program but asks you to type in some login / password information. You do not have access to this information so you want to get around it. What do you do?
Hex editing DOESNT work.
I decompiled the dll to ASM looked for the area that displays "please type in your username and password" I found the "function name for that" and then searched for other places that may have called upon it. Is it possible to delete the part and recompile to a DLL. I can't seem to find a way to make the ASM back to a DLL.
Maybe I am way off base, I have no idea what I am doing really.
You have a cool program you want to use that is a DLL file. When you inject the DLL, it starts the program but asks you to type in some login / password information. You do not have access to this information so you want to get around it. What do you do?
Hex editing DOESNT work.
I decompiled the dll to ASM looked for the area that displays "please type in your username and password" I found the "function name for that" and then searched for other places that may have called upon it. Is it possible to delete the part and recompile to a DLL. I can't seem to find a way to make the ASM back to a DLL.
Maybe I am way off base, I have no idea what I am doing really.