bitdefender / bddisasm

bddisasm is a fast, lightweight, x86/x64 instruction decoder. The project also features a fast, basic, x86/x64 instruction emulator, designed specifically to detect shellcode-like behavior.
Apache License 2.0
887 stars 115 forks source link

Clarifying comments to the decode API arguments. #18

Closed vlutas closed 4 years ago

vlutas commented 4 years ago

Added some clarifying comments to the decode API, specifying the expected values for the input parameters.