Skip to content

Commit

Permalink
v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ac-pm committed May 24, 2017
1 parent b8027c4 commit a8744cd
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Inspeckage - CHANGELOG

2.3
---------------
- Device Fingerprint - override more than 30 parameters such as advertising id, MAC address, IMEI, release, brand, build mode...
- Location - without use "Mock location" functionality, change GPS location to the searched location on the map or enter latitude/longitude
- bug fix

2.2
---------------
- Replaces - now you can replace parameters/return value of hooked methods (+Hooks)
Expand Down
29 changes: 26 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ With Xposed it's possible to perform actions such as start a unexported activity
* Start, stop and restart the application;
* Replace params and return value (+Hooks tab).

#### Fingerprint

* Device fingerprint - advertising id, MAC address, IMEI, release, brand, build mode...

#### Location

* Change GPS location (without use "Mock location" functionality)

#### Extras

* APK Download;
Expand All @@ -57,6 +65,7 @@ With Xposed it's possible to perform actions such as start a unexported activity
* Download the output generated by hooks in text file format;
* Take a screen capture;
* Send text to android clipboard.
* Tips - some howto/guide

#### Configuration

Expand Down Expand Up @@ -108,17 +117,31 @@ And reboot!

<img src="http://i.imgur.com/W7496ru.png" width="800" />

<img src="http://i.imgur.com/kdlajWg.png" width="900" />
<img src="http://i.imgur.com/SGhXr0e.png" width="900" />

<img src="http://imgur.com/5oPhy5C.png" width="900" />

<img src="http://i.imgur.com/cRvgwab.png" width="900" />

<img src="http://i.imgur.com/CC4Qgem.png" width="900" />
<img src="http://imgur.com/47SEanK.png" width="900" />

<img src="http://i.imgur.com/FH7GifA.png" width="900" />
<img src="http://imgur.com/oDu8IEN.png" width="900" />

<img src="http://imgur.com/EbhbzhI.png" width="900" />

<img src="http://imgur.com/eaWEIgr.png" width="900" />

<img src="http://imgur.com/M7QVMvx.png" width="900" />

<img src="http://imgur.com/9XKReAM.png" width="900" />

<img src="http://i.imgur.com/Lc6lHNB.png" width="900" />

<img src="http://i.imgur.com/EJGPSdq.png" width="900" />




License
-------

Expand Down

0 comments on commit a8744cd

Please sign in to comment.