1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-11-14 11:29:15 +00:00
bddisasm/disasmtool
Andrei Vlad LUTAS ed564dba32 Specifically flag multi-byte NOP operands as not-accessed.
New capability - bddisasm can now be instructed whether to decode some instructions as NOPs are as MPX/CET/CLDEMOTE. This is the case for instructions that are mapped onto the wide NOP space: in that case, an encoding might be NOP if the feature is off, but might be something else (even #UD) if the feature is on.
Added NdDecodeWithContext API - this becomes the base decode API; it received the input information filled in a ND_CONTEXT structure, whih has to be initialized only once, and can be reused across calls. The NdInitContext function must be used to initialize the context, as it ensures backwards compatibility by filling new options with default values.
Improvements to the README file.
2020-07-30 11:07:14 +03:00
..
disasmtool.c Specifically flag multi-byte NOP operands as not-accessed. 2020-07-30 11:07:14 +03:00
disasmtool.vcxproj
disasmtool.vcxproj.filters