Git Product home page Git Product logo

Comments (11)

med0x2e avatar med0x2e commented on July 17, 2024

Not an error, just a warning, you should still be able to compile into an object file.

Will fix the warning messages in the next few.

from sigflip.

 avatar commented on July 17, 2024

it couldn't compile :(

from sigflip.

med0x2e avatar med0x2e commented on July 17, 2024

works fine on my side, i'm using Mingw-w64 on OSX.

Can you share the error (not the warnings) you're getting ?

from sigflip.

 avatar commented on July 17, 2024

its the warning I already copied sooner, there is no output on the Sigloader folder:

➜ i686-w64-mingw32-gcc -c sigflip.c -o sigflip.x86.o >>>>> this one is OK
➜ x86_64-w64-mingw32-gcc -c sigflip.c -o sigflip.x64.o >>>>> this one is OK.
➜ x86_64-w64-mingw32-gcc -c SigLoader/sigloader.c -o sigloader.x64.o >>>>>>> no output in Sigloader + warning I already copied.
➜ i686-w64-mingw32-gcc -c SigLoader/sigloader.c -o sigloader.x86.o >>>>> no output in Sigloader + warning I already copied.

I'm also on Mac intel based x64
I can only compile the sigflip.
shotsigflip

from sigflip.

med0x2e avatar med0x2e commented on July 17, 2024

It seems the reason I'm not getting the same error because I'm using an old version of mingw-64 (v8.0.0_3), you're getting the error because i can see from the screenshot above you're using v9.0.0.2, a quick fix for this is to comment out sigloader.c lines 10 <-> 13.

typedef struct _STARTUPINFOEXW {
STARTUPINFOW StartupInfo;
struct _PROC_THREAD_ATTRIBUTE_LIST *lpAttributeList;
} STARTUPINFOEXW, *LPSTARTUPINFOEXW;

If you try and compile again this time, it should compile fine.

let me know if that temporarily fixed it.

from sigflip.

 avatar commented on July 17, 2024

it compiled well this time, i need to just the bof on cobalt now :) thanks and i will probably degrade to mingw 8

from sigflip.

 avatar commented on July 17, 2024

here is an error when execting the sigflip command on the script console of cobaltstrike:

"Function call &beacon_inline_execute failed: The BOF content (arg 2) is empty. Did you read the right file? at sigflip.cna:39"
as if it couldn't load the .o file, weird.

from sigflip.

med0x2e avatar med0x2e commented on July 17, 2024

Make sure all pre-compiled obejct files are located in the same directory as sigflip.cna, then load sigflip.cna script to cobalt strike.

from sigflip.

 avatar commented on July 17, 2024

fixed :) but I need to recompile with version 8of mingw (windows 7 crashed completely. smb beacon crashed, and even https beacon crashed)

I think compiling should be done with mingw 8 to avoid beacon crashing.

from sigflip.

med0x2e avatar med0x2e commented on July 17, 2024

Interesting, thanks for bringing this up, will do more testing using >v9 and get it fixed.

from sigflip.

 avatar commented on July 17, 2024

perfect I guess it needs some time to update it to V9 without commenting out code and crashing

from sigflip.

Related Issues (10)

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.