Skip to content

Commit

Permalink
Use Disasm instead of DbgEng for hooking
Browse files Browse the repository at this point in the history
  • Loading branch information
elishacloud committed Sep 13, 2024
1 parent 090e63b commit b5d75d9
Show file tree
Hide file tree
Showing 9 changed files with 759 additions and 255 deletions.
656 changes: 656 additions & 0 deletions DDrawCompat/v0.3.1/Common/Disasm.cpp

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions DDrawCompat/v0.3.1/Common/Disasm.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#pragma once

namespace Compat32
{
unsigned getInstructionLength(const void* instruction);
}
Loading

0 comments on commit b5d75d9

Please sign in to comment.