Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have this program build before, and exe for windows. There's this function I want to execute when I am done modifying it. I saw a way of calling a function of such using Asmjit. So I am new to this asmjit, and I want to know if it's possible to copy the existing function, using embed method found in x86Assembler class and then call the function from within another scope or in a DLL injected into the process of the existing application.

What I have tried:

Don't know what to try, since I am new to that API and the documentation is not readily available.
Posted
Updated 5-Mar-20 5:17am

1 solution

There are links at GitHub - asmjit/asmjit: Complete x86/x64 JIT and AOT Assembler for C++[^] to the blog and chat spaces, so you would probably get better information there.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900