Skip to content

Commit

Permalink
📝 Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yhs0602 committed Mar 8, 2020
1 parent 9037aec commit e4d3399
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

# Android-Disassembler - Analyze your malicious app on your phone

Disassemble **ANY** files including android shared libraries (aka .so files) (NDK, JNI), windows PE files(EXE, DLLs, SYSs, etc..), linux executables, object files, ANY files you want like pictures, audios, etc(for fun) entirely on Android. Capstone-based disassembler application on android.
Android Disassembler is an application that is able to analyze several types of files such as APK files, dex files, shared libraries (aka .so files) (NDK, JNI), windows PE files(EXE, DLLs, SYSs, etc..), linux executables, object files and much more. These app features are based on [capstone library](https://github.com/aquynh/capstone), [elf](https://github.com/serge1/ELFIO) [parser](https://github.com/jawi/java-binutils), [PE parser](https://github.com/kichik/pecoff4j), [backsmali](https://github.com/JesusFreke/smali), and [facile reflector](https://github.com/TomSmartBishop/facile-api).

# Version 2.0.1 [pre-release](https://github.com/KYHSGeekCode/Android-Disassembler/releases)!
# Version 2.0.2 [pre-release](https://github.com/KYHSGeekCode/Android-Disassembler/releases)!

## What's new : Tab system renewal, fix several issues
# Features
Expand Down Expand Up @@ -91,6 +91,7 @@ Disassemble **ANY** files including android shared libraries (aka .so files) (ND
- [Spek](https://github.com/spekframework/spek)
- [Kotlinx serialization](https://github.com/Kotlin/kotlinx.serialization)
- [AndroidX](https://android.googlesource.com/platform/frameworks/support/+/androidx-master-dev)
- [smali](https://github.com/JesusFreke/smali)
# TODO
- Show prototypes of NDK/C standard APIs in the symbols tab.
- More sophisticated colorizing
Expand All @@ -106,6 +107,7 @@ Disassemble **ANY** files including android shared libraries (aka .so files) (ND
- About to add other utilities.
- Add android resource analyzer
- Let user choose file from google drive
- Let user choose samples from web by hashes

# Thanks
https://reverseengineering.stackexchange.com/a/20124/23870
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file removed at.pollaknet.api.facile.jar
Binary file not shown.
Empty file removed cpu-art-20200307T091849.trace
Empty file.
Binary file removed jna.jar
Binary file not shown.

0 comments on commit e4d3399

Please sign in to comment.