-
Notifications
You must be signed in to change notification settings - Fork 269
Closed
Labels
Component: CoreIssue needs changes to the coreIssue needs changes to the coreCore: Type PropagationEffort: MediumIssues require < 1 month of workIssues require < 1 month of workImpact: MediumIssue is impactful with a bad, or no, workaroundIssue is impactful with a bad, or no, workaround
Milestone
Description
Version and Platform (required):
- Binary Ninja Version: 4603-dev
- OS: Windows
- OS Version: 11
- CPU Architecture: x64
Bug Description:
The function parameter for _guard_dispatch_icall is not applying on initial analysis
Steps To Reproduce:
Please provide all steps required to reproduce the behavior:
- Open ntoskrnl.exe and load the pdb
- Navigate to ExAllocateFromNPagedLookasideList
- Select the
_guard_dispatch_icallcall and hit y - Hit enter, accepting the default
- See the IL change/get updated
Expected Behavior:
If a function has a type signature, I expect it to be applied by default. Accepting a default value should not change the IL
Screenshots:
Before:

To be clear, I did not enter the type for _guard_dispatch_icall, binja was aware this was the type and was not applying it.
ExecuteProtect and ccarpenter04
Metadata
Metadata
Assignees
Labels
Component: CoreIssue needs changes to the coreIssue needs changes to the coreCore: Type PropagationEffort: MediumIssues require < 1 month of workIssues require < 1 month of workImpact: MediumIssue is impactful with a bad, or no, workaroundIssue is impactful with a bad, or no, workaround

