Search found 3 matches

by alCoPaUL
Fri Jun 07, 2024 2:37 pm
Forum: General Questions
Topic: 32-Bit Assembling/Linking Using NASM & CC on FreeBSD 14.0-MATE 1.8.1-GhostBSD 64-bit
Replies: 4
Views: 1968

Re: 32-Bit Assembling/Linking Using NASM & CC on FreeBSD 14.0-MATE 1.8.1-GhostBSD 64-bit

i ran that command on the terminal and it says the OS has the latest version of that package.. and yet the error message still persists.. the 32 bit code assembles, links and runs on native 32-bit version of GhostBSD and looks like i just need the proper 32 bit build libs on the 64 bit version.. i t...
by alCoPaUL
Thu Jun 06, 2024 1:44 pm
Forum: General Questions
Topic: 32-Bit Assembling/Linking Using NASM & CC on FreeBSD 14.0-MATE 1.8.1-GhostBSD 64-bit
Replies: 4
Views: 1968

32-Bit Assembling/Linking Using NASM & CC on FreeBSD 14.0-MATE 1.8.1-GhostBSD 64-bit

hey.. this is my first post.. i just wanna know if i can install 32-bit C libs from FreeBSD/GhostBSD that go with CC-Clang compiler to make the code below.. ; ; pwn5_i386four.asm ; ; by alCoPaUL [GIMO][As][aBrA][NPA][b8][BCVG][rRlf] ; 6/25/2023 NYC ; ; nasm <dash>f elf32 pwn5_i386four.asm ; cc <dash...