Skip to content

Commit

Permalink
docs(readme): add calling convention example
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 6, 2024
1 parent 9ee66d3 commit af334cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Lime is a *cross-platform* library that is focused on game modding and tries to
- Detours
- x86/x86-64
- Lambda support
- Calling Convention support _(Even for lambdas!)_
- Instruction
> Allows to work with instructions (i.e. follow jumps/calls, ...)
- Memory Pages
Expand Down Expand Up @@ -74,5 +75,6 @@ This should be used for compatibility with wine as it currently does not support
## 📖 Examples

https://github.com/Curve/lime/blob/7de073bd4736900193f6af5c543a3cf62e6f1a73/tests/hook.test.cpp#L46-L52
https://github.com/Curve/lime/blob/9ee66d3cc9e8976d5d8a40856d7ee5a09d32c415/tests/hook.test.cpp#L44-L52

> For more examples see [tests](tests/)

0 comments on commit af334cc

Please sign in to comment.