Python Forum
binwalk Win32 compile - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: binwalk Win32 compile (/thread-32571.html)



binwalk Win32 compile - hackstunt - Feb-18-2021

hi! Cool

i'm currently in a particular situation where cannot use python directly on Windows (but only on Android 9.0 Pie ARMv8 [Motorola E6 Plus XT2025-2] unrooted - w/ "QPython 3L"), and need a Win32 .exe compilation (even Win64 is fine) of binwalk

can someone help me by passing me binwalk already compiled .exe Win32?!? (even Win64 is fine)
(i know binwalk works worse in Windows environment than linux)

thx 4 patience! Wink Cool


RE: binwalk Win32 compile - hackstunt - Feb-20-2021

up python


RE: binwalk Win32 compile - nilamo - Feb-24-2021

If this is the binwalk you're referring to: https://github.com/ReFirmLabs/binwalk
...then it's just a python package that can be installed using pip install binwalk.

If you're looking for a bundled version that doesn't depend on python being installed, you should ask the package maintainers for that.