Closed n-o-o-n closed 6 years ago
It can't eliminate deadcode in sample_bin/deadcode_sample2_pe32.exe
.
What is going on in your environment?
Fixed, please see this commit.
However, there is a problem that still remains. For any sufficiently non-trivial function, emu.emu_start
will stop complaining about read or write to an unmapped memory. And this will result in skipping all processing.
Fixed in commit d8481ed .
Thanks @n-o-o-n . Awesome!! Now, nao work completely on IDA7, but test code failed. I will make new issue for this.
Thanks @n-o-o-n ! I checked work of your pull request on IDA7. It's awesome. but it can't eliminate deadcode. Can you fix?