Hi Everyone,
It is my first time in a hacking forum here. I am working on reverse engineering a code that is protected by a software with username and password. I have 2 files(Protected & unprotected) that can apparently be opened by access database to view some information. I tried just removing the encrypted password, the software opens the the code but no code shown.
I am trying to learn to either skip dialog box username & password protection or figure out how the original password becomes this encrypted code?
I have included a zip file that has 2 files. These files can be opened with access or you can view it in hex.
Currently the
Username: user1
Password: Test123Test
Code Section is: code1
Hope someone can introduce some tools that i can use to set breakpoints maybe in the software, or tools to reverse the exe and read the assembly (like softice)?
It is my first time in a hacking forum here. I am working on reverse engineering a code that is protected by a software with username and password. I have 2 files(Protected & unprotected) that can apparently be opened by access database to view some information. I tried just removing the encrypted password, the software opens the the code but no code shown.
I am trying to learn to either skip dialog box username & password protection or figure out how the original password becomes this encrypted code?
I have included a zip file that has 2 files. These files can be opened with access or you can view it in hex.
Currently the
Username: user1
Password: Test123Test
Code Section is: code1
Hope someone can introduce some tools that i can use to set breakpoints maybe in the software, or tools to reverse the exe and read the assembly (like softice)?
Comment