About 6,490 results
Open links in new tab
  1. Disassembling and then reassembling a windows exe file with nasm?

    Sep 3, 2011 · Disassembling and then reassembling a windows exe file with nasm?Some years ago I played around with a disassembler called "Borg", or something similar to that. Probably …

  2. Operate with integer + floating point numbers

    Sep 11, 2020 · Hello again everybody: I was working hard about this theme and finally i've a method to work with integers & floating point numbers joined. In other words: you can to add, …

  3. Using LEA - load effective address - Netwide Assembler

    Apr 26, 2012 · NASM - The Netwide Assembler » NASM Forum » Programming with NASM » Using LEA - load effective address « previous next » Print Pages: [1]

  4. Tiniest windows portable executable - Netwide Assembler

    Jun 4, 2018 · Tiniest windows portable executableYou can do various (ugly) tricks to make a PE file smaller, such as overlap the PE and DOS headers... here the PE header starts at offset …

  5. Example Code - Netwide Assembler

    Jun 16, 2025 · Example CodePages: [1] 2 3 ... 13Pages: [1] 2 3 13

  6. Ok I finally got this working. - Netwide Assembler

    Feb 20, 2023 · NASM - The Netwide Assembler NASM Forum Programming with NASM « previous next » Print Pages: [1]

  7. Writing networking code in assembly - forum.nasm.us

    Sep 21, 2017 · Writing networking code in assembly; socket push 0 ; todo: name these! push 1 push 2 mov ecx, esp mov ebx, 1 ; the "socket" command mov eax, 102 ; sys_socketcall int …

  8. nasm: fatal: unable to open include file - Netwide Assembler

    Jan 7, 2021 · NASM/ test.asm include/macros/ loops.inc consoleIO.inc my consoleIO.inc file includes my loops.inc file and my test.asm file includes both, but when i try to assemble …

  9. How to create dynamic array - Netwide Assembler

    Jul 6, 2013 · Hello I try to create an dynamic array but i couldn't. Please Give an example for it Thanks for helps