Please explain some of your code #1101
playday3008
started this conversation in
General
Replies: 2 comments 7 replies
-
Maybe check original source for x86? https://github.com/thelink2012/injector/blob/master/include/injector/assembly.hpp#L96 |
Beta Was this translation helpful? Give feedback.
4 replies
-
What you mean it's not similar, it's the same. The point is to save registers before calling and restore them after.
Don't know why does that matter. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What does it do (except calling
W::call
)?Why do you order registers in union like that?
What is that magic constants, like:
0x38
and0x88
WidescreenFixesPack/includes/assembly64.hpp
Lines 249 to 297 in dab621f
Beta Was this translation helpful? Give feedback.
All reactions