flat assembler
Message board for the users of flat assembler.
![]() |
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. |
|||
![]() |
|
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 ![]() |
|||
![]() |
|
comrade 30 Jul 2016, 04:48
Check out the inject tool at http://comrade.ownz.com/projects/petools.html
|
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2023, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.