2023-07-13 07:28:00 -04:00
2022-11-24 11:19:16 -05:00
2022-11-24 11:19:16 -05:00
2022-11-24 11:19:16 -05:00
2023-07-13 07:28:00 -04:00
2020-11-30 07:13:47 -05:00
2015-03-15 15:01:20 -05:00
2017-05-30 13:55:33 -04:00
2020-11-30 07:13:47 -05:00
2017-09-21 06:59:41 -04:00
2017-12-26 07:33:03 -05:00
2017-12-26 07:33:03 -05:00
2017-12-26 07:33:03 -05:00
2017-12-26 07:33:03 -05:00
2017-12-26 07:33:03 -05:00
2017-12-26 07:33:03 -05:00
2017-12-26 07:33:03 -05:00
2017-12-26 07:33:03 -05:00
2017-12-26 07:33:03 -05:00
2017-12-26 07:33:03 -05:00
2017-12-26 07:33:03 -05:00
2017-12-26 07:33:03 -05:00
2017-12-26 07:33:03 -05:00
2017-12-26 07:33:03 -05:00
2017-12-26 07:33:03 -05:00
2017-12-26 07:33:03 -05:00
2017-12-26 07:33:03 -05:00
2017-12-26 07:33:03 -05:00
2017-12-26 07:33:03 -05:00
2017-12-26 07:33:03 -05:00
2017-12-26 07:33:03 -05:00
2017-12-26 07:33:03 -05:00
2017-12-26 07:33:03 -05:00
2016-02-10 09:15:57 -05:00
2022-03-03 17:51:01 -05:00
2022-02-21 16:29:26 -05:00
2017-12-26 07:33:03 -05:00
2017-12-26 07:33:03 -05:00
2017-12-26 07:33:03 -05:00
2017-12-26 07:33:03 -05:00
2017-12-26 07:33:03 -05:00

Apktool Documentation

This is the repository for the https://ibotpeaches.github.io/Apktool site. If you are looking for the Apktool tool repository. Click here.

This repository contains the files used in generating the Github Pages site. It's possible to test them locally so you can test changes prior to making pull requests.

How to run locally

  1. Install Ruby
  2. Install Bundler gem install bundler
  3. Clone repo git clone git@github.com:iBotPeaches/Apktool.git
  4. Checkout wiki git checkout gh-pages
  5. Install dependencies bundle install
  6. Spin up local server bundle exec jekyll serve

Known Issues

Files in _includes have to be written with raw HTML

  • Not sure how to execute markdown via an include command. Doesn't work with versions of dependencies installed on Github pages

Dates in _data/releases.yml have to include the timestamp like so 2010-03-02 00:00:0

  • I believe this is a YAML limitation, so make sure to always have a 00:00:0 timestamp added to days

Links in _data/releases.yml have to be hardcoded to live site

  • appending /Apktool/ because {{ site.github.url }} doesn't work
Description
A tool for reverse engineering Android apk files
Readme 352 MiB
Languages
Java 98.5%
Shell 0.7%
Smali 0.6%
Batchfile 0.2%