Artem Dinaburg

Results 55 comments of Artem Dinaburg

We still don't have this because its hard to keep an automated test for IDAPython, and its only gotten more complicated since we *also* have Binary Ninja CFG recovery. Ideas...

So we *can* build on Windows, but there is still no automated Windows build script. Currently the build process is manual.

I also realized that my statement of 'Support Mach-O binaries' wasn't super clear. Supporting Mach-O binaries that don't call any external functions or use any OS-specific APIs should probably be...

Same issue still exists. For some reason the `__imp_` prefix is not being removed, since the real symbol name doesn't have it.

Thanks for these, we are either going to get Dockerized builds working under Windows or completely de-list Windows as a platform. We do not currently have an active project that...

We could (and maybe should?) treat all two-byte interrupts (opcode `CD xx` versus `CC`) as noreturn? I know technically `CD 03` is still an INT3, but no sane compiler would...

This looked especially odd because it seemed to work for me and i noticed the `$` in your prompt. Are you running/building this from cygwin or msys or WSL ?...

Good question, I have no idea if this would actually work.

Now that we have Windows support merged, we should start on this again

We can, now run the tests via the command line (we do it for Travis). You don't need IDA since we pre-make the CFGs. keeping this open until there is...