1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-11-26 09:28:07 +00:00
bddisasm/inc
2020-08-11 09:26:48 +03:00
..
bdshemu Improved stack string detection heuristic: only consider registers which have been modified during emulation; registers which were provided as "input" can be ignored, as they most likely contain addresses or other data relevant to the emulated code. We are only interested in string dynamically built during our emulation. 2020-08-11 09:26:48 +03:00
bddisasm.h Clarifying comments to the decode API arguments. 2020-08-06 12:31:08 +03:00
constants.h Don't use reserved identifiers for include guards 2020-07-27 16:51:16 +03:00
cpuidflags.h Renamed REG_* fields to NDR_*, so that we don't conflict with _GNU_SOURCES. 2020-07-29 11:05:27 +03:00
disasmstatus.h Don't use reserved identifiers for include guards 2020-07-27 16:51:16 +03:00
disasmtypes.h Don't use reserved identifiers for include guards 2020-07-27 16:51:16 +03:00
registers.h Renamed REG_* fields to NDR_*, so that we don't conflict with _GNU_SOURCES. 2020-07-29 11:05:27 +03:00
version.h Improved stack string detection heuristic: only consider registers which have been modified during emulation; registers which were provided as "input" can be ignored, as they most likely contain addresses or other data relevant to the emulated code. We are only interested in string dynamically built during our emulation. 2020-08-11 09:26:48 +03:00