x86 DLL Inject Into x86 Process Target from my x64 App (Manual Map)
Budget: $25 – $50 USD
the task details
i need to inject x86 dll in a x86 target process from my x64 application
steps needed to inject
1 - manuallay map the dll into the target process memory and resolve allocations and imports
2 - find sleep() function in the target process and write a jmp code in asm for it to execute CreateThread to call my dll main entry
3 - write back the orginal bytes of the sleep() function once the dll entry called
NOTE : i have my own kernel driver that does [ virtual alloc - virtual protect - read - write ] on the process by its ID
NOTE : My Source won't be shared so , if you can finish the task or wanted to work via teamviewer let me know
i need to inject x86 dll in a x86 target process from my x64 application
steps needed to inject
1 - manuallay map the dll into the target process memory and resolve allocations and imports
2 - find sleep() function in the target process and write a jmp code in asm for it to execute CreateThread to call my dll main entry
3 - write back the orginal bytes of the sleep() function once the dll entry called
NOTE : i have my own kernel driver that does [ virtual alloc - virtual protect - read - write ] on the process by its ID
NOTE : My Source won't be shared so , if you can finish the task or wanted to work via teamviewer let me know
Related categories:
C Programming
Windows Desktop
C++ Programming
x86/x64 Assembler
Reverse Engineering