Giter VIP home page Giter VIP logo

Comments (2)

emeykey avatar emeykey commented on July 17, 2024 1

Thank you for reply, honestly it was only my own stupidity. I somehow managed to uninstall MinGW compiler and gcc etc with it, dunno how, but did. Everything works great, thanks once again. :)

from venom.

r00t-3xp10it avatar r00t-3xp10it commented on July 17, 2024

I need a little more information ...

  • what system are you using ?
  • what arch your system uses (32 or 64 bits)
  • what wine arch are you using (wine32 or wine64) ?
  • what venom option (number) are you trying to run?

Hint:

my system (AMD - 64 bits) does not allows me to install wine32 under a 64 bits system..
but you can try at your own risk to install it yourself (manually) follow the bellow instructions ..

the option [24] of venom uses 'mingw-gcc' installed inside 'wine' (32 bits). 
it looks like wine32 is missing or mingw-gcc (gcc.exe) its not present, so you
should install them. multiarch needs to be enabled first.  as root, please execute:

sudo dpkg --add-architecture i386 && apt-get update && apt-get install wine:i386 -y

OR read the avet official webpage instructions

How to install tdm-gcc with wine:
https://govolution.wordpress.com/2017/02/04/using-tdm-gcc-with-kali-2/

First, download from:
https://sourceforge.net/projects/tdm-gcc/

Then install with wine:
wine64 tdm64-gcc-5.1.0-2.exe

from venom.

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.