Reverse Engineering : 2

https://crackmes.one/crackme/5fca1e7933c5d424269a1a68

file is an executable

Find strings in the file.

Testing out the program.

Use a decompiler to read the source code

Input var = local_10
Password var = local_c
local_c = 0x130104 (1245444)
if (local_c == local_10) = correct passcode 

Test the program out with the correct passcode (1245444)

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s