-
Notifications
You must be signed in to change notification settings - Fork 281
Erroneous _.text function symbols #7976
Copy link
Copy link
Closed
Labels
Effort: LowIssues require < 1 week of workIssues require < 1 week of workEffort: TrivialIssues require < 1 day of workIssues require < 1 day of workFile Format: PEImpact: HighIssue adds or blocks important functionalityIssue adds or blocks important functionalityState: Awaiting TriageIssue is waiting for more in-depth triage from a developerIssue is waiting for more in-depth triage from a developer
Milestone
Metadata
Metadata
Assignees
Labels
Effort: LowIssues require < 1 week of workIssues require < 1 week of workEffort: TrivialIssues require < 1 day of workIssues require < 1 day of workFile Format: PEImpact: HighIssue adds or blocks important functionalityIssue adds or blocks important functionalityState: Awaiting TriageIssue is waiting for more in-depth triage from a developerIssue is waiting for more in-depth triage from a developer
Version and Platform (required):
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:
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]Screenshots/Video Recording:

Binary:
array.exe.zip