Vladislav Fursov

Results 43 comments of Vladislav Fursov

Fixed in version 0.3.12. Thanks for the issue!

The crash occurs because the `realname` field is `NULL`. https://github.com/rizinorg/rizin/blob/706a6bf6c20f089f56d21fbb1e89b5afa6e02253/librz/core/disasm.c#L4076 I also have another file that also causes a crash, but in a different place, where the `realname` field is...

I ran into the same issue, and for now I’m calling an external objcopy as a temporary workaround. https://github.com/ghostiam/ch32_zig/blob/master/ObjCopyExternal.zig#L151 It seems to me that the issue is caused by an...