-
Notifications
You must be signed in to change notification settings - Fork 275
Open
Description
Version and Platform (required):
- Binary Ninja Version: 5.3.9149
- Edition: Ultimate
- OS: OSX
- OS Version: 26.3
- CPU Architecture: M3
Bug Description:
I've noticed in some windows binaries there's a call to a strange function that Binary Ninja doesn't seem to give a name, but other tools sometimes do. Also, if you undefined the function we create, you can see some symbols defined underneath. #7343 and #5781 might also be happening in this binary.
Steps To Reproduce:
Please provide all steps required to reproduce the behavior:
- Open binary
- See strange function calls at top of main
Expected Behavior:
This should be___chkstk(), there's a symbol for it you can see with [x for x in bv.get_symbols() if x.address == here]
Binary:
array.exe.zip
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
