BOPFunctionRecognition icon indicating copy to clipboard operation
BOPFunctionRecognition copied to clipboard

This python/jython script is used as plugin to BinNavi tool to analyze a x86 binanry file to find buffer overflow prone functions. Such functions are important for vulnerability analysis.

Results 1 BOPFunctionRecognition issues
Sort by recently updated
recently updated
newest added

When you detect an operand backward dependency chain as cyclic, do you consider that the first operand of the chain may be cleared somewhere else in this loop? For example,...