flat assembler
Message board for the users of flat assembler.
Index
> Windows > Fails to inject a dll in a specific process |
Author |
|
HaHaAnonymous 18 Jul 2016, 18:31
According to "Microsoft", second parameter must be a pointer to a null terminated string. "id" probably is not, since it was returned as an ordinary integer by other functions.
You will have to make a string out of "id" first, pick the pointer to it and then pass it as a parameter to "MessageBox". On Windows, you can do it by calling "wsprintf", I think. |
|||
18 Jul 2016, 18:31 |
|
ASM.JR 18 Jul 2016, 19:07
HaHaAnonymous wrote: According to "Microsoft", second parameter must be a pointer to a null terminated string. "id" probably is not, since it was returned as an ordinary integer by other functions. So, my trouble is exactly this: - How convert a DWORD in a string using ASM language |
|||
18 Jul 2016, 19:07 |
|
comrade 30 Jul 2016, 04:48
Check out the inject tool at http://comrade.ownz.com/projects/petools.html
|
|||
30 Jul 2016, 04:48 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.