Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkrupinski committed Sep 13, 2020
1 parent a2ec967 commit de21bd4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,12 @@ Press <kbd>INSERT</kbd> while focused on CS:GO window.
### Where is my config file saved?
Configuration files are saved inside `Osiris` folder in your `Documents` folder (`%USERPROFILE%\Documents\Osiris`). The config is in human readable format and can be edited (e.g, using notepad). Sometimes after updates configuration file needs to be deleted and recreated.

### What hooking methods Osiris uses?
Currently implemented hooking methods are:
- MinHook - trampoline hook
- VmtHook - hook a function directly in a vtable
- VmtSwap - create a copy of a vtable and swap the pointer on the class instance

## Acknowledgments

* [ocornut](https://github.com/ocornut) and [contributors](https://github.com/ocornut/imgui/graphs/contributors) for creating and maintaining an amazing GUI library - [Dear imgui](https://github.com/ocornut/imgui).
Expand Down

0 comments on commit de21bd4

Please sign in to comment.