Function Inspection displaying wrong number of semantically identified API calls per function

Issue #11 resolved
Daniel Plohmann repo owner created an issue

This bug was introduced by earlier refactoring of idascope.core.SemanticIdentifier.scanByReference() and idascope.core.SemanticIdentifier._createFunctionContext(). _createFunctionContext() is not able of identifying the proper function entry because of an argument mismatch. Fix: normalize the parameter (an address) given to _createFunctionContext() reflect the function address this address is located in.

Comments (1)

  1. Log in to comment