From 89c1a4d71b4554eae48697da40195efc799000b1 Mon Sep 17 00:00:00 2001 From: Gavxn Date: Sun, 26 Nov 2017 21:10:38 +0000 Subject: [PATCH] Remove unused methods from PeFile --- src/PeFile.hpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/PeFile.hpp b/src/PeFile.hpp index 9df10a7..3e49f93 100644 --- a/src/PeFile.hpp +++ b/src/PeFile.hpp @@ -37,14 +37,6 @@ namespace PeEpIntercept { public: std::vector Assemble(const std::string &assembly); - virtual void AddSection(const std::string &name, uint32_t code_size) { - - } - - virtual void SaveFile(std::string new_path, std::vector code_buffer) { - - } - bool HasSection(const std::string §ion_name); uint32_t GetOriginalEntryPoint();