From e1f7daf052794845b33bf075246f12b23d7405df Mon Sep 17 00:00:00 2001 From: Axel Souchet <1476421+0vercl0k@users.noreply.github.com> Date: Sat, 17 Dec 2022 11:37:21 -0800 Subject: [PATCH] Update version number (#49) --- src/rp/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rp/main.cpp b/src/rp/main.cpp index 4caa4da..a69a232 100644 --- a/src/rp/main.cpp +++ b/src/rp/main.cpp @@ -10,7 +10,7 @@ #include #include -#define NUM_V "2.0" +#define NUM_V "2.1" #ifdef ARCH_X64 #define VERSION_TMP NUM_V " x64 built the " __DATE__ " " __TIME__ #elif defined ARCH_X86 @@ -30,7 +30,7 @@ Options_t g_opts; int main(int argc, char *argv[]) { - CLI::App rp("rp++: a fast ROP gadget finder for pe/elf/mach-o x86/x64/ARM " + CLI::App rp("rp++: a fast ROP gadget finder for pe/elf/mach-o x86/x64/ARM/ARM64 " "binaries\nby Axel '0vercl0k' Souchet.\n"); rp.add_option("-f,--file", g_opts.file, "Binary path")->required(); rp.add_option("-i,--info", g_opts.display,