Commit Graph

54 Commits

Author SHA1 Message Date
Levent Duivel 9a3ce60629
Windows-compatible version.
Requires 7z to be present in PATH
2021-08-06 01:43:33 +05:00
Alone_Monkey 56e99b2138
Merge pull request #122 from alex1704/master
fix name 'KeyFileName' is not defined error
2020-06-01 12:22:21 +08:00
alex1704 9e75f6bca3 name 'KeyFileName' is not defined error 2020-06-01 01:04:26 +03:00
Alone_Monkey 56737ae57c
Merge pull request #121 from alex1704/master
Allow to specify SSH private key file path in options
2020-05-31 10:06:13 +08:00
alex1704 8b5b5332fd Allow to specify SSH private key file path in options 2020-05-31 01:41:51 +03:00
Alone_Monkey 850a38efd2
Merge pull request #98 from xiofee/master
Fix: py3 can't concat str to bytes
2020-03-08 09:16:32 +08:00
xiofee c5eff3b063 fix py3 str 2020-02-08 02:05:39 +08:00
Alone_Monkey 64b58d1c3e
Merge pull request #96 from fishso/master
fix python3 show error :'str' object has no attribute 'decode'
2020-01-15 19:04:45 +08:00
yujunfeng 9850158401 fix python3 show error :'str' object has no attribute 'decode' 2020-01-15 15:32:40 +08:00
Alone_Monkey 2363a00550
Merge pull request #91 from Hamz-a/master
added optional arguments for parsing SSH host, port, username, password
2019-12-16 15:33:10 +08:00
Hamza 2405c99d17 added optional arguments for parsing SSH host, port, username, password 2019-12-15 23:04:22 +01:00
Alone_Monkey 8a47ae4ff8
Merge pull request #88 from everettjf/master
support both python 2.x and 3.x
2019-11-16 11:10:35 +08:00
everettjf 35a749f270 support both python 2.x and 3.x 2019-11-16 11:00:56 +08:00
AloneMonkey f88043a222 [bugfix] dlopen parameter problem. 2019-07-24 10:59:06 +08:00
AloneMonkey 160a6e7419 [bugfix] fix for frida 12.5 2019-05-09 20:11:57 +08:00
AloneMonkey a39c11e38c [feature] auto load all frameworks and dylibs. 2019-05-02 23:26:09 +08:00
Alone_Monkey b2581409b1
change frida to frida-tools 2018-11-10 17:17:51 +08:00
AloneMonkey a9b9c9fbf5 fix bug 2018-07-14 19:26:29 +08:00
Alone_Monkey 187446d3c1
Update README.md 2018-07-13 16:51:05 +08:00
Alone_Monkey 71499f4d91
Compatible with previous versions 2018-07-13 16:41:48 +08:00
Alone_Monkey e53e81ecc3
change type tether to usb 2018-07-13 09:27:12 +08:00
AloneMonkey 5a1992b52f [fix] install the latest dependent library 2018-03-16 17:14:08 +08:00
AloneMonkey fef0ef4e71 [fix] update readme, how to fix unexpected error while probing dyld of target process 2018-03-12 19:58:51 +08:00
AloneMonkey d0821bba94 [fix] issue with ios 9 2018-03-08 12:22:36 +08:00
AloneMonkey db16f14a5a [fix] update readme, add issue when dump on 32bit device or ios 8-9 device 2018-03-08 12:05:05 +08:00
Alone_Monkey 455be88649
Merge pull request #7 from ssssecurity/master
add requirements.txt
2018-03-08 09:26:06 +08:00
everettjf efd8cf169a add requirements.txt 2018-03-08 01:20:29 +08:00
AloneMonkey 87db083ff8 [bugfix] set socket_timeout avoid timeout 2018-02-08 19:57:04 +08:00
AloneMonkey d60dff2863 [update] use tqdm show progress
use tqdm show progress、attach if the application has been launched and hidden error stack when displayname or bundleid not existed.
2018-02-08 01:12:25 +08:00
AloneMonkey 05d73b54e5 [update] merge mistake 2018-02-07 23:21:33 +08:00
Alone_Monkey fd6f736729
Merge pull request #6 from palmerc/master
Module initialisation check
2018-02-07 23:11:08 +08:00
Alone_Monkey 5619dfcd28
Merge branch 'master' into master 2018-02-07 23:10:36 +08:00
Cameron Lowell Palmer 078cd04dce Call Module.ensureInitialized(name) to make sure calling APIs is safe 2018-02-07 16:05:59 +01:00
Cameron Lowell Palmer 1b14d653c2 Remove the unused pid value 2018-02-07 15:42:33 +01:00
Cameron Lowell Palmer 43ff89b186 Fixed the order of frida calls to avoid problems with slow launching
apps
2018-02-07 14:38:26 +01:00
Cameron Lowell Palmer 8197901475 Added exception for when no valid connection exists 2018-02-07 13:46:15 +01:00
AloneMonkey 02741125c1 [bugfix] wait more time 2018-02-07 19:45:28 +08:00
Alone_Monkey 6abc0cf79c
Merge pull request #4 from palmerc/master
Updates you might be interested in
2018-02-07 19:31:50 +08:00
Alone_Monkey 9b8623c07f
Merge branch 'master' into master 2018-02-07 19:30:56 +08:00
Cameron Lowell Palmer f606152240 Changed argument parsing to argparse, adding an output naming option.
Replaced the use of command-line scp to a paramiko to avoid multiple
logins.
2018-02-07 06:51:07 +01:00
AloneMonkey b2e6c55d8b [bugfix] fix global declaration 2018-02-07 13:08:09 +08:00
Cameron Lowell Palmer 90c17279d2 Cleaned up the python in the app and made app spawning faster / more reliable 2018-02-03 16:54:42 +01:00
AloneMonkey e521ddbb40 [bugfix] avoid name conflicts 2018-02-02 21:42:51 +08:00
AloneMonkey 42ff6d12b8 [bugfix] escape spaces 2018-01-30 20:14:23 +08:00
AloneMonkey fd88a4818c [update] support dump specified bundle id 2018-01-30 14:01:59 +08:00
AloneMonkey 33c4ac14c4 [update] zip app use display name 2018-01-24 13:58:49 +08:00
AloneMonkey 640ff0a9a3 [fix] Waiting for the application to open 2018-01-23 19:17:12 +08:00
AloneMonkey 1f69b9fd9f [bugfix] name is undefined 2018-01-12 13:10:13 +08:00
AloneMonkey bb01b071c5 use utf-8 2017-12-21 16:16:13 +08:00
AloneMonkey d58aeeec01 add access 2017-12-12 19:48:06 +08:00