OALabs/BlobRunner

No 64bit support?

Closed this issue · 3 comments

Looks like __asm is not supported on x64, can you help?

idiom commented

Yeah, unfortunately x64 doesn't support inline assembly. I'm working on an update that uses CreateThread which will allow the analyst to debug into x64 shellcode. I should have this up in a day or 2.

idiom commented

v0.0.2 supports debugging x64. You can grab a precompiled binary from the release page or build the loader from source.