Git Product home page Git Product logo

Comments (1)

flashbackboi avatar flashbackboi commented on May 28, 2024 1

I am trying to create a backdoor for windows with AV bypass. Choosing the option with Avoid1.2. After setting the stealth level to [1] (NORMAL 400K payload) I get this error that Something went wrong compiling the executable

/home/ravan/Documents/TheFatRat/temp/build.c:84:15: error: redefinition of ‘padding’
   84 | unsigned char padding[]=
      |               ^~~~~~~
/home/ravan/Documents/TheFatRat/temp/build.c:2:15: note: previous definition of ‘padding’ with type ‘unsigned char[10645540]’
    2 | unsigned char padding[]=
      |               ^~~~~~~
/home/ravan/Documents/TheFatRat/temp/build.c:86:6: error: redefinition of ‘payload’
   86 | char payload[] =
      |      ^~~~~~~
/home/ravan/Documents/TheFatRat/temp/build.c:4:6: note: previous definition of ‘payload’ with type ‘char[1019]’
    4 | char payload[] =
      |      ^~~~~~~
/home/ravan/Documents/TheFatRat/temp/build.c:195:6: error: redefinition of ‘comment’
  195 | char comment[512] = "";
      |      ^~~~~~~
/home/ravan/Documents/TheFatRat/temp/build.c:78:6: note: previous definition of ‘comment’ with type ‘char[512]’
   78 | char comment[512] = "";
      |      ^~~~~~~
/home/ravan/Documents/TheFatRat/temp/build.c:196:5: error: redefinition of ‘main’
  196 | int main(int argc, char **argv) {
      |     ^~~~
/home/ravan/Documents/TheFatRat/temp/build.c:79:5: note: previous definition of ‘main’ with type ‘int(int,  char **)’
   79 | int main(int argc, char **argv) {
      |     ^~~~
/home/ravan/Documents/TheFatRat/temp/build.c:201:15: error: redefinition of ‘padding’
  201 | unsigned char padding[]=
      |               ^~~~~~~
/home/ravan/Documents/TheFatRat/temp/build.c:2:15: note: previous definition of ‘padding’ with type ‘unsigned char[410485]’
    2 | unsigned char padding[]=
      |               ^~~~~~~
/home/ravan/Documents/TheFatRat/temp/build.c:203:6: error: redefinition of ‘payload’
  203 | char payload[] =
      |      ^~~~~~~
/home/ravan/Documents/TheFatRat/temp/build.c:4:6: note: previous definition of ‘payload’ with type ‘char[1510]’
    4 | char payload[] =
      |      ^~~~~~~
/home/ravan/Documents/TheFatRat/temp/build.c:331:6: error: redefinition of ‘comment’
  331 | char comment[512] = "";
      |      ^~~~~~~
/home/ravan/Documents/TheFatRat/temp/build.c:78:6: note: previous definition of ‘comment’ with type ‘char[512]’
   78 | char comment[512] = "";
      |      ^~~~~~~
/home/ravan/Documents/TheFatRat/temp/build.c:332:5: error: redefinition of ‘main’
  332 | int main(int argc, char **argv) {
      |     ^~~~
/home/ravan/Documents/TheFatRat/temp/build.c:79:5: note: previous definition of ‘main’ with type ‘int(int,  char **)’
   79 | int main(int argc, char **argv) {
      |     ^~~~
/home/ravan/Documents/TheFatRat/temp/build.c:337:15: error: redefinition of ‘padding’
  337 | unsigned char padding[]=
      |               ^~~~~~~
/home/ravan/Documents/TheFatRat/temp/build.c:2:15: note: previous definition of ‘padding’ with type ‘unsigned char[102247922]’
    2 | unsigned char padding[]=
      |               ^~~~~~~
/home/ravan/Documents/TheFatRat/temp/build.c:339:6: error: redefinition of ‘payload’
  339 | char payload[] =
      |      ^~~~~~~
/home/ravan/Documents/TheFatRat/temp/build.c:4:6: note: previous definition of ‘payload’ with type ‘char[1779]’
    4 | char payload[] =
      |      ^~~~~~~
/home/ravan/Documents/TheFatRat/temp/build.c:442:6: error: redefinition of ‘comment’
  442 | char comment[512] = "";
      |      ^~~~~~~
/home/ravan/Documents/TheFatRat/temp/build.c:78:6: note: previous definition of ‘comment’ with type ‘char[512]’
   78 | char comment[512] = "";
      |      ^~~~~~~
/home/ravan/Documents/TheFatRat/temp/build.c:443:5: error: redefinition of ‘main’
  443 | int main(int argc, char **argv) {
      |     ^~~~
/home/ravan/Documents/TheFatRat/temp/build.c:79:5: note: previous definition of ‘main’ with type ‘int(int,  char **)’
   79 | int main(int argc, char **argv) {
      |     ^~~~

[!] Something went wrong trying to compile the executable, exiting

I've installed minGW-w64 v11.0.1(latest the time writing this), maybe FatRat requires another version of it.

try kali?

from thefatrat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.