Skip to content

Commit

Permalink
Remove unused methods from PeFile
Browse files Browse the repository at this point in the history
  • Loading branch information
raffclar committed Nov 26, 2017
1 parent 26c4e5e commit 89c1a4d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/PeFile.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,6 @@ namespace PeEpIntercept {
public:
std::vector<char> 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<char> code_buffer) {

}

bool HasSection(const std::string &section_name);

uint32_t GetOriginalEntryPoint();
Expand Down

0 comments on commit 89c1a4d

Please sign in to comment.