Steps to repro:
- Open the provided database
- Go to the enum
API_names in the types view
- Add a new member with name
LoadLibraryA and value 0x726774c
- Notice the
API_resolver does not populate the LoadLibraryA name
- Re-analyze the
load_wininet function, and see it does show up
After manual re-analysis
We are probably missing an analysis update not properly marking the function as needs update after we add the enum member
Database: boolean ice steps intently
Steps to repro:
API_namesin the types viewLoadLibraryAand value0x726774cAPI_resolverdoes not populate theLoadLibraryAnameload_wininetfunction, and see it does show upAfter manual re-analysis
We are probably
missing an analysis updatenot properly marking the function as needs update after we add the enum memberDatabase:
boolean ice steps intently