illera88 / Ponce

IDA 2016 plugin contest winner! Symbolic Execution just one-click away!
https://docs.idaponce.com
Other
1.48k stars 72 forks source link

x86_crackme_hash.exe, Dissasembling error at 0x401041, No solution found #102

Closed trietptm closed 4 years ago

trietptm commented 5 years ago

I test x86_crackme_hash.exe against the latest build Ponce64.dll at https://github.com/illera88/Ponce/tree/master/latest_builds and receive no solution.

image

image

0ca commented 5 years ago

That disassembly error is weird, that should be disassembled as:

mov eax, ds:0x403018

What IDA version are you using?

JsHuang commented 5 years ago

That disassembly error is weird, that should be disassembled as:

mov eax, ds:0x403018

What IDA version are you using?

using IDA Version 7.0.170914 Windows x64 (64-bit address size), get the same errors!

illera88 commented 4 years ago

Should be fixed on v0.3.

Thanks for reporting.