From 71a44be932da7118b460011b32422ed4f93cf435 Mon Sep 17 00:00:00 2001 From: 1 2 3 SECUIRTY <vxn3kr@virginia.edu> Date: Fri, 1 Oct 2021 11:29:35 -0700 Subject: [PATCH] Changed to add ELF Relocatable --- include/inc-core/basetypes.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/inc-core/basetypes.hpp b/include/inc-core/basetypes.hpp index fe6a5f1..881f5ff 100644 --- a/include/inc-core/basetypes.hpp +++ b/include/inc-core/basetypes.hpp @@ -22,7 +22,8 @@ namespace IRDB_SDK using ADFileType_t = enum ADFileType { adftELFEXE, - adftELFSO, + adftELFSO, + adftELFREL, adftCGC, adftPE, adftNone -- GitLab