anestisb / vdexExtractor

Tool to decompile & extract Android Dex bytecode from Vdex files
Apache License 2.0
1k stars 215 forks source link

If Possible - Prebuilt Binaries? #41

Closed 0pLuS0 closed 5 years ago

0pLuS0 commented 5 years ago

Hello,

I know a lot of people in Android want to Deodex and patch their ROMs for Signature Spoofing to do microG on, and just running the cmds to accomplish this as it relates to getting you there with vdexExtractor are simple.

The hard part for these newbies is compiling in Windows who have no clue.

So I understand all the differences on systems, libs, dependencies etc., I compile in Linux all the time.

If possible for you and you have the time, I know the Newbie Community out there would appreciate some Windows Binaries...

Thank for your consideration...

anestisb commented 5 years ago

Sorry I'll not distribute any precompiled binaries of the tool for any platform. It's a total nightmare to provide support for all these binaries across systems (e.g. my system libs are there and not there, the linker is complaining), plus I hate binary distribution for these type of simple OSS tools. I've already made some compromises with the Compact Dex Converter binaries, although I don't intend to do it for the main tool.

0pLuS0 commented 5 years ago

Ok, just thought I'd ask...