- Open
holy gift distributes methodically
- Go to
0x1400071a8
- The function pointer(s) there are for some reason zeroed out
In other tools (IDA, Ghidra) the pointer at the address is to 0x1400025d8.
If you look at it in a hex editor the raw bytes match that of the other tools, so i don't think its an issue of not materializing some data not present in the original binary (e.g. writing relocations).
Binary Ninja:

Hex editor (raw bytes):

Ghidra:

IDA:

Thanks for surfacing this issue @CR3Swapper
holy gift distributes methodically0x1400071a8In other tools (IDA, Ghidra) the pointer at the address is to
0x1400025d8.If you look at it in a hex editor the raw bytes match that of the other tools, so i don't think its an issue of not materializing some data not present in the original binary (e.g. writing relocations).
Binary Ninja:

Hex editor (raw bytes):

Ghidra:

IDA:

Thanks for surfacing this issue @CR3Swapper