1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-11-18 05:28:09 +00:00
bddisasm/bdshemu
2020-08-11 09:26:48 +03:00
..
bdshemu.c 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
bdshemu.vcxproj Initial commit. 2020-07-21 11:19:18 +03:00
bdshemu.vcxproj.filters Initial commit. 2020-07-21 11:19:18 +03:00
Makefile Initial commit. 2020-07-21 11:19:18 +03:00