SysWhispers2 icon indicating copy to clipboard operation
SysWhispers2 copied to clipboard

inlinegas rnd.h error

Open AgeloVito opened this issue 1 year ago • 2 comments

1.got the inline head file python3 syswhispers.py --functions test,test -l inlinegas -o syscalls 2.include the file syscallsinline.rnd.x64.h 3.complie x86_64-w64-mingw32-gcc -w -o test.x64.o -c testc -DRANDSYSCALL -masm=intel

when i compile,i got this error

syscalls.h:260:9: error: missing terminating " character 260 | asm(".intel_syntax noprefix | ^~~~~~~~~~~~~~~~~~~~~~~ syscalls.h:261:5: error: expected string literal before '.' token 261 | .global WhisperMain | ^ syscalls.h:287:5: error: missing terminating " character

image

AgeloVito avatar Apr 02 '23 20:04 AgeloVito