cpu0x00 / Ghost

Evasive shellcode loader
123 stars 23 forks source link

failed to build to retaddrspoof.asm to an object file #5

Open ettorhake opened 2 hours ago

ettorhake commented 2 hours ago

[i] command used: /usr/bin/nasm -f win64 retaddrspoof.asm -o retaddrspoof.o

i can't build .asm file, don't know why, do you have a idea ?

cpu0x00 commented 2 hours ago

can you run the command provided and give me the error produced by nasm? /usr/bin/nasm -f win64 retaddrspoof.asm -o retaddrspoof.o

also make sure that you have nasm and the MinGW suite installed

apt install nasm mingw-w64
ettorhake commented 1 hour ago

already installed :

mingw-w64 is already the newest version (7.0.0-2). nasm is already the newest version (2.14.02-1).

NASM Error :

retaddrspoof.asm:25: error: invalid combination of opcode and operands

cpu0x00 commented 1 hour ago

image

i cloned the repo from scratch and tested the build

if you can provide me with more information about your system to try and understand the root cause ?

ettorhake commented 47 minutes ago

strange. My sys : #216-Ubuntu SMP Thu Aug 29 13:26:53 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux