Password: Hexadecimal(7AB3E) Decimal(501590)
Solution 1:
===========
You can use snowman decompiler plugin for x64dbg or you can decompile it on the IDA Pro
Snowman Decompiler:
Hexadecimal(7AB3E) convert it to Decimal
IDA Pro Decompiler:
Decimal(501590)
Solution 2:
===========
Target Addr:
00007FF65A0C1119:
Change From:
00007FF65A0C1119: jne consoleapplication1.7FF65A0C112E
To:
00007FF65A0C1119: jnz 0x00007FF65A0C111B
Patch it, run it and it shloud show the password! |
==> |