Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

KOLANICH-tools/Deodexer.cs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Deodexer

We have moved to https://codeberg.org/KOLANICH-tools/Deodexer.cs, grab new versions there.

Under the disguise of "better security" Micro$oft-owned GitHub has discriminated users of 1FA passwords while having commercial interest in success of FIDO 1FA specifications and Windows Hello implementation which it promotes as a replacement for passwords. It will result in dire consequencies and is competely inacceptable, read why.

If you don't want to participate in harming yourself, it is recommended to follow the lead and migrate somewhere away of GitHub and Micro$oft. Here is the list of alternatives and rationales to do it. If they delete the discussion, there are certain well-known places where you can get a copy of it. Read why you should also leave GitHub.


Used to deodex apk and jar files for Android. Allows to deodex whole folder or some files.

Licensed under Apache License TL;DRLegal.

Installation

-1 First of all you need Java and .Net.

0 Obtain this program (click Releases).

1 Obtain newest smali and baksmali and put into the same folder.

2 Obtain SevenZipSharp and 7z.dll (or you can use my fork, I had fixed some bugs in it).

3 Obtain zipalign (it is included into Android SDK).

4 Obtain framework files and put them into the "framework" subfolder.

How to use

0 Run deodexer. You will get deodexer shell.

1 Write "deodex". You will get a dialog where you should select files. Also you can write something like "deodex fileName1.apk fileName2.jar ? fileName3.apk folder1path" : "?" will make it ask you about a file.

2 Wait.

3 Be happy ;)

Feel free to fork and contribute.