Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sigs & trampoline for linux. Recompile win #10

Merged
merged 1 commit into from
Feb 4, 2023

Conversation

Kailo97
Copy link
Contributor

@Kailo97 Kailo97 commented Feb 4, 2023

На линуксе изменилась точка g_addr_model_normal. В условие поменялся последний операнд с переменной на сравнение. Переход идёт к jbe инструкции, а сравнение делается в трамплине. В custom переходе путь модели теперь лежит в edi регистре, а не переменной как раньше.

На линуксе изменилась точка g_addr_model_normal. В условие поменялся последний операнд с переменной на сравнение. Переход идёт к jbe инструкции, а сравнение делается в трамплине. В custom переходе путь модели теперь лежит в edi регистре, а не переменной как раньше.
@sazonische sazonische merged commit fa7ed53 into sazonische:master Feb 4, 2023
@Kailo97 Kailo97 deleted the pr/2023-02-05-linux-fix branch February 4, 2023 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants