You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The library can insert and remove the hook at any time.
19
-
* The library contains InstDecode library, that allow to you to decode cpu instructions (x86 & x64).
19
+
* The library contains InstDecode library, that allow to you to decode CPU instructions (x86 & x64).
20
20
21
-
This project contians two sub projects : **The Detours Library** and **the InstDecode library**.
21
+
This project contains two sub projects : **The Detours Library** and **the InstDecode library**.
22
22
23
-
The InstDecode Library is a library that can decode both (x86-x64) instructions .You can consider it as a small disassembler routine.
23
+
The InstDecode Library is a library that can decode both (x86-x64) instructions. You can consider it as a small disassembler routine.
24
24
It can decode instruction and getting information about the instruction (size of instruction,displacement,immediate data, jump address,..) without displaying mnemonics making it very faster and small in compiled size.
25
25
26
-
This two library was coded in pure pascal language with delphi XE7.
26
+
These two libraries were coded in pure Pascal language with Delphi XE7.
27
27
28
-
See the [Wiki](https://github.com/MahdiSafsafi/delphi-detours-library/tree/wiki) page for more information about how to use the library.
28
+
See the [Wiki](https://github.com/MahdiSafsafi/delphi-detours-library/tree/wiki) page for more information about how to use the library.
29
29
30
-
Please, if you find any bug, feel free to report it.
30
+
Please, if you find any bug, feel free to report it.
0 commit comments