mirror of
https://github.com/stulle123/kakaotalk_analysis.git
synced 2025-05-08 04:26:08 +00:00
Add tool section
This commit is contained in:
parent
21fe9eec68
commit
5b9f7c7e81
|
@ -6,9 +6,9 @@ Prepare your `~/.bashrc` or `~/.zshrc`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
JAVA=/usr/local/opt/openjdk/bin
|
JAVA=/usr/local/opt/openjdk/bin
|
||||||
|
export PATH=$JAVA:$PATH
|
||||||
export ANDROID_HOME=/usr/local/share/android-commandlinetools
|
export ANDROID_HOME=/usr/local/share/android-commandlinetools
|
||||||
export PATH=$PATH:$ANDROID_HOME/emulator
|
export PATH=$PATH:$ANDROID_HOME/emulator
|
||||||
export PATH=$PATH:$JAVA
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Install Android Emulator on a MAC M1:
|
Install Android Emulator on a MAC M1:
|
||||||
|
@ -34,6 +34,13 @@ sed -i -r 's/hw.keyboard = no/hw.keyboard = yes/' ~/.android/avd/kakao.avd/confi
|
||||||
sed -i -r 's/hw.mainKeys = yes/hw.mainKeys = no/' ~/.android/avd/kakao.avd/config.ini
|
sed -i -r 's/hw.mainKeys = yes/hw.mainKeys = no/' ~/.android/avd/kakao.avd/config.ini
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Install required tools:
|
||||||
|
|
||||||
|
- Get latest [jadx](https://github.com/skylot/jadx) (or install via `brew`)
|
||||||
|
- Get [Burp Suite](https://portswigger.net/burp/communitydownload)
|
||||||
|
- `$ brew install apktool nuclei radare2 sqlite`
|
||||||
|
- `$ pip3 install --upgrade frida-tools objection`
|
||||||
|
|
||||||
### SSH
|
### SSH
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue
Block a user