Skip to content

Commit

Permalink
fix the forgoten artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Apr 21, 2024
1 parent 5b99271 commit 8d653f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/target/PosixTarget.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ namespace tulip::hook {
Result<uint32_t> getProtection(void* address) override;
Result<> protectMemory(void* address, size_t size, uint32_t protection) override;
Result<> rawWriteMemory(void* destination, void const* source, size_t size) override;
Result<> writeMemory(void* destination, void const* source, size_t size) override;
uint32_t getWritableProtection() override;
};

Expand Down
1 change: 0 additions & 1 deletion src/target/WindowsTarget.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ namespace tulip::hook {
Result<uint32_t> getProtection(void* address) override;
Result<> protectMemory(void* address, size_t size, uint32_t protection) override;
Result<> rawWriteMemory(void* destination, void const* source, size_t size) override;
Result<> writeMemory(void* destination, void const* source, size_t size) override;
uint32_t getWritableProtection() override;

std::unique_ptr<HandlerGenerator> getHandlerGenerator(
Expand Down

0 comments on commit 8d653f9

Please sign in to comment.