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();