-
Notifications
You must be signed in to change notification settings - Fork 255
Open
Labels
Component: CoreIssue needs changes to the coreIssue needs changes to the coreEffort: LowIssue should take < 1 weekIssue should take < 1 weekImpact: LowIssue is a papercut or has a good, supported workaroundIssue is a papercut or has a good, supported workaroundWorkload: malwareIssues that are relevant to malware analysis workloadIssues that are relevant to malware analysis workload
Description
For the following call to LocalAlloc

we can see from LLIL that the stack adjustment is wrong (it should be 0x8 instead of 0xd8):

The 0xd8 is initially calculated when the type info of LocalAlloc is missing, but even after I manually applied that info, it is still wrong. It is worth pointing out that, even without providing the type info, the analysis correctly realizes that the call should have two parameters.
Database: lily leaf spreads greatly
Metadata
Metadata
Assignees
Labels
Component: CoreIssue needs changes to the coreIssue needs changes to the coreEffort: LowIssue should take < 1 weekIssue should take < 1 weekImpact: LowIssue is a papercut or has a good, supported workaroundIssue is a papercut or has a good, supported workaroundWorkload: malwareIssues that are relevant to malware analysis workloadIssues that are relevant to malware analysis workload