Posted: Tue Jan 09, 2024 8:46 am Post subject: Mono execute/invoke method
i know how to use mono execute/invoke method but i want to implement it using assembly, so now i have the instance address it will be in rcx then i have bool value in rdx it is done, and i have the function address so the final code
Code:
[enable]
globalalloc(the_thread, 256)
createthread(the_thread)
the_thread:
mov rcx, address here of instance
mov rdx, 0x1
jmp address function
[disable]
but using the x64dbg i get error access violation in some instruction and this instruction use the address as pointer and this address have 10 value to get the value that inside this address
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum