Giter Club home page Giter Club logo

Comments (4)

0xElessar avatar 0xElessar commented on May 23, 2024

The problem is caused by clang-cl.exe in the "\inceptor\obfuscators\native\llvm-clang\llvm-clang" folder.

Next, I downloaded the LLVM package and installed it. Added it to the path as well. I can access clang-cl.exe from this install without any errors. However, the update-config.py still reports, LLVM is not installed and downloads pre-compiled binaries. Next, it uses clang-cl.exe from the "\inceptor\obfuscators\native\llvm-clang\llvm-clang" instead of the correctly installed one :(

from inceptor.

0xElessar avatar 0xElessar commented on May 23, 2024

OK. I have managed to fix it by:

  1. installing mingw from https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/installer/mingw-w64-install.exe/download

I used the following version: x86_64-8.1.0-posix-seh-rt_v6-rev0

  1. Extracting 3 DLL from the installed files and putting them into: C:[...]\inceptor\inceptor\obfuscators\native\llvm-clang\llvm-clang:
  • libwinpthread-1.dll
  • libstdc++-6.dll
  • libgcc_s_seh-1.dll

from inceptor.

klezVirus avatar klezVirus commented on May 23, 2024

Hi @0xElessar, just noticing this after I answered to the other issue. Honestly, it's a smart way to solve the problem. Not knowing if this is applicable in all cases (I' not even sure why this happens in certain version of Windows/Visual Studio only), the official fix is still to re-build LLVM-Obfuscator. Anyway, happy you managed to find a solution!

from inceptor.

0xElessar avatar 0xElessar commented on May 23, 2024

@klezVirus thank you for your response. Yeah, I was really surprised to see this problem.

Great work and project. Thank you for your time, @klezVirus .

from inceptor.

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.