Questions tagged [shellforge]

ShellForge is a python program that builds shellcodes from C

ShellForge is a python program that builds shellcodes from C. It is inspired from Stealth's Hellkit.

4 questions
4
votes
2 answers

Undefined reference to memset

I wrote simple c program using system call and it worked fine when I compiled it with gcc. But when I tried to generate shell code (shellforge) using command ./sf.py username.c I got error stating Undefined reference to memset How to resolve this?…
surendra
  • 119
  • 1
  • 2
  • 9
0
votes
0 answers

Using System Calls in C to compare 2 user Inputted Passwords

I am learner in C and I need to compile my code using shellforge and hence cannot use any library functions as they provide an error. Can someone help me with the same. This is what I have so far, I need help in comparing the 2 passwords and only…
0
votes
1 answer

C to shellcode conversion

I am trying to convert C code into shell code using shellforge so I have extracted the shellforge, but when I am trying to do conversion using ./sf.py examples/hello.c I am getting error- ##[ERROR]## compiler reported error 127 while compiling…
surendra
  • 119
  • 1
  • 2
  • 9
0
votes
0 answers

C compiling error with shellforge

l made a C program and l want to compile it using shell forge but I had several errors, how can I solve them? Errors ##[ERROR]## compiler reported error 1 while compiling /tmp/sfvLvXlY/sonu.c ##[ERROR]## In file included from…
erdem
  • 1