Skip to content

Update ConcreteExecutionListener.java#37

Open
dah-fari7009 wants to merge 1 commit intoSymbolicPathFinder:masterfrom
dah-fari7009:fix-concolic-concretelistener
Open

Update ConcreteExecutionListener.java#37
dah-fari7009 wants to merge 1 commit intoSymbolicPathFinder:masterfrom
dah-fari7009:fix-concolic-concretelistener

Conversation

@dah-fari7009
Copy link

Replaced getMethodInfo with getInvokedMethod in instructionExecuted(.....)
->getMethodInfo returns the calling/current method not the called/invoked method:
int log(int a,int b){ //what is returned by getMethodInfo
int x=test(a); //the method that we want
}

Replaced getMethodInfo with getInvokedMethod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant