Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The issue has come up again since mingw32 #23

Open
ShubhamTople opened this issue Nov 12, 2019 · 7 comments
Open

The issue has come up again since mingw32 #23

ShubhamTople opened this issue Nov 12, 2019 · 7 comments

Comments

@ShubhamTople
Copy link

The issue regarding mingw32 has come up again on the latest version since the library has become depreciated and your tool cannot be installed. I tried manual install as well on the kali Linux Latest version. The install was being blocked since the library is no longer being usable and has been shifted to mingw64 as far as I know.

@r00t-3xp10it

Kali-Linux-2019 2-vmware-amd64-2019-11-12-17-50-51

@ShubhamTople
Copy link
Author

ShubhamTople commented Nov 12, 2019

Kali-Linux-2019 2-vmware-amd64-2019-11-12-18-11-43

When you download and manually try to install you end up here with being unable to install it. It shows the install button but does not work.

Changing the sources list might work but is not solving the core issue of having to edit the list.

Is it possible to switch to mingw64 directly?

The tool loses its simplicity if everyone using this tool needs to edit sources. Kindly provide an appropriate solution for the same.

@r00t-3xp10it

@r00t-3xp10it
Copy link
Owner

Edit fakeimageexploiter.sh
remark: ComP="i686-w64-mingw32-gcc" <-- mingw64

here

@ShubhamTople
Copy link
Author

Thanks for the quick update. I was making an article on your project. thanks for the help. If you can fork it with the change it would be better I suppose for non-tech people but it's up to you. Kudus

@ShubhamTople
Copy link
Author

I think more lines need to be edited for example these lines. I tried editing let me know what else needs to be edited.

Kali-Linux-2019 2-vmware-amd64-2019-11-13-19-02-57

@ShubhamTople
Copy link
Author

The check for mingw32 installation keeps failing. That library has been abandoned as far i know. I suggest updating your project to use mingw64 instead

@r00t-3xp10it
Copy link
Owner

r00t-3xp10it commented Dec 3, 2019

arch <-- execute this command to know what arch your system its using.

edit FakeImageExploiter.sh and change the follow values: arch= | PgFi= | ComP=
Remark: arch and ComP are the variables related to Wine|Mingw installation.

bug

I belive now fakeimageexploiter will be abble to use ming-w64 to work
(I have updated this project a few days ago)

@Morsmalleo
Copy link

Morsmalleo commented Sep 16, 2021

apt-get install mingw32 mingw-w64 --allow-downgrades --force-yes
or
apt-get install mingw32 mingw-w64 --allow-downgrades -y

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants