flat assembler
Message board for the users of flat assembler.
Index
> Main > is there a better way? |
Author |
|
revolution 09 May 2008, 15:17
asmrox wrote: is there a better way to push address of buffer? Don't forget those [code] tags. |
|||
09 May 2008, 15:17 |
|
Frank 09 May 2008, 19:27
Isn't that unnecessarily complicated? The following should do the same:
Code: sub esp, 28 mov ecx, esp push 5 push 1 push 123 push ecx call [something] ... |
|||
09 May 2008, 19:27 |
|
revolution 10 May 2008, 03:00
Frank wrote: Isn't that unnecessarily complicated? The following should do the same: |
|||
10 May 2008, 03:00 |
|
bitRAKE 10 May 2008, 05:49
Just for fun:
Code: pushad mov ebp,esp pop ecx mov ecx,esp push 5 push 1 push 123 push ecx call [something] (this is post 666 for me, btw ) _________________ ¯\(°_o)/¯ “languages are not safe - uses can be” Bjarne Stroustrup |
|||
10 May 2008, 05:49 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.