Skip to content

Commit a8744cd

Browse files
committed
v2.3
1 parent b8027c4 commit a8744cd

File tree

2 files changed

+32
-3
lines changed

2 files changed

+32
-3
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Inspeckage - CHANGELOG
22

3+
2.3
4+
---------------
5+
- Device Fingerprint - override more than 30 parameters such as advertising id, MAC address, IMEI, release, brand, build mode...
6+
- Location - without use "Mock location" functionality, change GPS location to the searched location on the map or enter latitude/longitude
7+
- bug fix
8+
39
2.2
410
---------------
511
- Replaces - now you can replace parameters/return value of hooked methods (+Hooks)

README.md

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ With Xposed it's possible to perform actions such as start a unexported activity
4949
* Start, stop and restart the application;
5050
* Replace params and return value (+Hooks tab).
5151

52+
#### Fingerprint
53+
54+
* Device fingerprint - advertising id, MAC address, IMEI, release, brand, build mode...
55+
56+
#### Location
57+
58+
* Change GPS location (without use "Mock location" functionality)
59+
5260
#### Extras
5361

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

6170
#### Configuration
6271

@@ -108,17 +117,31 @@ And reboot!
108117

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

111-
<img src="http://i.imgur.com/kdlajWg.png" width="900" />
120+
<img src="http://i.imgur.com/SGhXr0e.png" width="900" />
121+
122+
<img src="http://imgur.com/5oPhy5C.png" width="900" />
123+
124+
<img src="http://i.imgur.com/cRvgwab.png" width="900" />
112125

113-
<img src="http://i.imgur.com/CC4Qgem.png" width="900" />
126+
<img src="http://imgur.com/47SEanK.png" width="900" />
114127

115-
<img src="http://i.imgur.com/FH7GifA.png" width="900" />
128+
<img src="http://imgur.com/oDu8IEN.png" width="900" />
129+
130+
<img src="http://imgur.com/EbhbzhI.png" width="900" />
131+
132+
<img src="http://imgur.com/eaWEIgr.png" width="900" />
133+
134+
<img src="http://imgur.com/M7QVMvx.png" width="900" />
135+
136+
<img src="http://imgur.com/9XKReAM.png" width="900" />
116137

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

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

121142

143+
144+
122145
License
123146
-------
124147

0 commit comments

Comments
 (0)