mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-02 20:18:12 +00:00
switch ctrl flow analysis etc. to zydis from udis86; unify disassembling path in dasm_cache layer, use single instruction decode path in frontend for ctrl flow analysis; use in dasm cache layer for disassembly textualization
This commit is contained in:
Vendored
+5
-3
@@ -1,7 +1,7 @@
|
||||
// DO NOT EDIT. This file is auto-generated by `amalgamate.py`.
|
||||
|
||||
#include "Zydis.h"
|
||||
|
||||
#ifndef ZYDIS_C
|
||||
#define ZYDIS_C
|
||||
|
||||
//
|
||||
// Source file: /home/ath/devel/zydis/src/Decoder.c
|
||||
@@ -54987,4 +54987,6 @@ ZyanStatus ZydisIsFeatureEnabled(ZydisFeature feature)
|
||||
}
|
||||
}
|
||||
|
||||
/* ============================================================================================== */
|
||||
/* ============================================================================================== */
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user