flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
Roman 06 Dec 2024, 12:54
I want inject my proc Draw to game Commandos strike force (this game using directx9 dll)
|
|||
![]() |
|
MatQuasar3 07 Dec 2024, 10:38
Ali.Z made one injector for minesweeper.exe, it uses WriteProcessMemory API, maybe you can take a look:
https://board.flatassembler.net/topic.php?t=21714 |
|||
![]() |
|
Roman 07 Dec 2024, 17:55
Write my own d3d9.dll not easy task.
But how I understood this is one right way. Write own dll. https://otterhacker.github.io/Malware/Remote%20DLL%20Injection.html Last edited by Roman on 11 Dec 2024, 17:14; edited 1 time in total |
|||
![]() |
|
Ali.Z 10 Dec 2024, 02:41
Roman wrote: Write my own d3d9.dll not easy task. based on this, it seems like you want to create a fake d3d9.dll thats is placed in executable directory and redirects all calls to the original dll, except intercepting calls of interest, like swapping and presenting buffers to the gpu. if so then yes, there are tools that will create dummy fake functions and pass them to the original dll, except that i dont recall any names, so you have to search for that. _________________ Asm For Wise Humans |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.