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

FAQ entry: combining movcc with gcc #5

Open
neuhaus opened this issue Sep 29, 2015 · 1 comment
Open

FAQ entry: combining movcc with gcc #5

neuhaus opened this issue Sep 29, 2015 · 1 comment

Comments

@neuhaus
Copy link

neuhaus commented Sep 29, 2015

Could you describe how I can combine an object file compiled with movcc and other files with gcc?

@GregoryMorse
Copy link

You would need some asm files which wrap the movfuscated codes to deal with calling conventions with hand written assembly and thus could just extern the calls. If you are okay with doing that, there is no real need for a guide, just research the calling conventions used in movfuscator from the source, and the general Linux gcc style.

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

No branches or pull requests

2 participants