Commit Graph

229 Commits

Author SHA1 Message Date
iddoeldor
f7e291649a
[Android] Increase step count 2021-02-10 14:59:11 +02:00
iddoeldor
01867e4796
Merge pull request #21 from wizche/patch-1
Update README.md
2021-01-31 10:27:26 +02:00
Sergio Paganoni
6b5e839335
Update README.md
Also intercept tcp6
2021-01-28 12:21:00 +01:00
iddoeldor
ea8b909747
Merge pull request #19 from iGio90/patch-1
Squash a double change
2020-12-24 18:02:03 +02:00
iGio90
653ce0b613
Squash a double change
* Make early hook consistent for arm32 and x86
* Remove detachAll(), this was there because of my needed, I think it shouldn't be there
2020-12-24 15:05:59 +01:00
iddoeldor
e5468a4f6a
hook before init_array 2020-12-21 21:53:18 +02:00
iddoeldor
716e8236c5
disable java hook 2020-11-15 13:32:02 +02:00
iddoeldor
f533235530
improv get iOS version 2020-11-05 17:43:26 +02:00
iddoeldor
6fe08f607c
JEB Java method hook generator #formatting 2020-11-04 11:10:19 +02:00
iddoeldor
0102391670
Create FridaCodeGenerator.py 2020-11-04 11:04:58 +02:00
iddoeldor
780ee12c9f
JEB Java method hook generator #formatting-2 2020-11-04 01:08:36 +02:00
iddoeldor
31584e46ef
JEB Java method hook generator #formatting 2020-11-04 01:07:18 +02:00
iddoeldor
50ae9a92d6
JEB Java method hook generation 2020-11-04 01:00:04 +02:00
iddoeldor
a6eaabc7fb
c++ demangler 2020-10-14 18:37:28 +03:00
iddoeldor
7257797be2
log binder transactions 2020-09-04 14:15:38 +03:00
iddoeldor
d115483d32
ios log ssh cmds 2020-08-11 12:22:26 +03:00
iddoeldor
c106d2aa81
Merge pull request #16 from wiwii/master
update RevealNativeMethods
2020-06-30 11:55:45 +03:00
wiwii
d87440906c
update RevealNativeMethods
RevealNativeMethods output method name is not right
2020-06-30 16:17:07 +08:00
iddoeldor
0804545271
load c module example 2020-06-21 18:32:49 +03:00
iddoeldor
b3e40c2b57
load c module with log 2020-06-21 17:31:36 +03:00
iddoeldor
64b54be7da
update android toast; issue #13 2020-05-20 17:14:51 +03:00
iddoeldor
88d288a327
Load CPP module refactoring 2020-04-22 13:17:01 +03:00
iddoeldor
95e06f5c7b
compile & load cpp module, link fix 2020-04-22 12:57:47 +03:00
iddoeldor
306fc5eb85
compile and load c++ module 2020-04-22 12:56:34 +03:00
iddoeldor
36a223dbc0
Register broadcast receiver 2020-01-16 11:09:17 +02:00
iddoeldor
9f6e7f9504
memscn for duk 2019-11-28 15:18:24 +02:00
iddoeldor
6b4702ac86
memory scan refactor 2019-10-28 13:16:01 +02:00
iddoeldor
b077347938
refactor&fix dump memory ranges 2019-10-16 14:28:16 +03:00
iddoeldor
0e473c1e95
Merge pull request #10 from gergesh/add-proxy
Add proxy setting script
2019-10-16 14:10:16 +03:00
iddoeldor
b9a5789d5c
hook android get sys prop 2019-10-16 14:06:41 +03:00
Yoav Shai
249202f9ab Add proxy setting script 2019-10-12 17:59:28 +03:00
iddoeldor
d2c52a1dbd
unpack dex 64bit version 2019-09-12 13:07:45 +03:00
iddoeldor
dbef1c1a78
intercept read from fd 2019-09-02 17:13:11 +03:00
iddoeldor
26b85c3e4a
intercept read/pread/readv from file descriptors 2019-09-02 16:47:58 +03:00
iddoeldor
e151ca90fb
intercept read/pread/readv from file descriptor 2019-09-02 16:46:58 +03:00
iddoeldor
0fc76eafb3
Merge pull request #8 from sekkr1/master
Removed typo
2019-09-02 16:34:50 +03:00
iddoeldor
d29c03d36a
intercept read from file descriptor 2019-09-02 16:33:07 +03:00
sekkr1
48d0499ae6
Removed typo 2019-08-27 17:30:33 +03:00
iddoeldor
e7104f2205
onetimewatchpoint comment fix 2019-08-18 12:23:38 +03:00
iddoeldor
d847c76187
python invoke rpc via cli 2019-08-18 12:18:38 +03:00
iddoeldor
b6ecd41421
stalker log modified registers values 2019-08-18 12:14:24 +03:00
iddoeldor
cc9e3d9fb7
stalker 2019-08-18 12:05:00 +03:00
iddoeldor
a850707367
scan memory for pattern 2019-07-23 15:36:27 +03:00
iddoeldor
2ea7288186
ios screenshot refactoring 2019-07-18 13:57:32 +03:00
iddoeldor
a6f994deae
ios take screenshot 2019-07-18 13:01:33 +03:00
iddoeldor
677037b450
change gps android 2019-07-18 12:05:39 +03:00
iddoeldor
3cff0e9346
dump memory segment 2019-07-17 18:10:52 +03:00
iddoeldor
5b7c2d794d
add watchpoint current & return debug symbols 2019-07-09 15:36:20 +03:00
iddoeldor
eaaffe7014
Merge pull request #5 from QuestionGuy/master
Sublime snippets
2019-06-10 12:14:49 +03:00
Guy Ishay
e25e3aaa8d
Update README.md 2019-06-05 14:53:07 +03:00