QuestionIs it possible..?

Posts 16 of 6 · Page 1 of 1
Is it possible..?
Is it possible for someone with the right coding knowledge to replicate a .exe?
I am currently using software, on a agreement of $xx every month...

Ideally, I would like this .exe to be free for use, But I don't see how it can be done..
As i have to log on to software with the details i use for software's site.

Any info would be welcome.
I recommend you IDA Pro or OllyDbg nothing is impossible.
Quote Originally Posted by HWID View Post
I recommend you IDA Pro or OllyDbg nothing is impossible.
Cheers dude, OllyDbg seems like what ive been looking for, Even though my level in coding is.. well, Minimal.. Was wondering if you know if this here, in image, Is what i need to change to make this program free to use,
Again, Appreciate any advice/input.

Quote Originally Posted by Gazatron View Post
Cheers dude, OllyDbg seems like what ive been looking for, Even though my level in coding is.. well, Minimal.. Was wondering if you know if this here, in image, Is what i need to change to make this program free to use,
Again, Appreciate any advice/input.

these are arguments pushed do the call function that is behind the bottom red line.
for cracking if (logged in) you should search for CMP and any type of JMP s
ps. add me on Skype: MrZaczer0 i'll try to help you
Is the login remote or is it simply checking the credentials locally? If it's remote you could try Fiddler or Wireshark to log packets, then just reroute traffic to a local app that returns the same info to see if that works.
@Zaczero I have just stumbled upon this searching into HWID changing, thank you for the offer though, this has passed for me now.. I face new challenges!!
Posts 16 of 6 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?