swift_gan
62c052112d
SandHook: disable inline hook tmp
2019-03-26 09:53:50 +08:00
solohsu
8a37dae36a
Merge pull request #191 from ElderDrivers/sandhook
...
Sandhook
2019-03-25 17:09:47 +08:00
swift_gan
bd0b056a70
SandHook: revert inner hook to YAHFA
2019-03-25 17:03:35 +08:00
swift_gan
ac0d48dccf
SandHook: update sandhook & remove useless log
2019-03-25 15:54:50 +08:00
solohsu
233b193d93
Merge pull request #188 from ElderDrivers/sandhook
...
SandHook: fix for error dex pc
2019-03-24 15:37:44 +08:00
swift_gan
82aa26383c
SandHook: fix for error dex pc
2019-03-24 13:59:03 +08:00
solohsu
c20a17f576
Merge pull request #183 from ElderDrivers/sandhook
...
Sandhook: fix compilable flag
2019-03-22 18:20:40 +08:00
swift_gan
75f81a8177
SandHook: tweak compilable control flag
2019-03-22 18:14:53 +08:00
swift_gan
c97a9c8a68
SandHook: revert compilable control flag
2019-03-22 17:54:37 +08:00
swift_gan
34b0cc58dd
SandHook: remove useless logic of compilable check
2019-03-22 15:54:54 +08:00
swift_gan
4cfeaaaafe
SandHook: remove useless logic of compilable check
2019-03-22 15:46:08 +08:00
swift_gan
0f1674b2a0
SandHook: remove useless logic
2019-03-22 15:40:49 +08:00
swift_gan
71774746cf
SandHook: remove useless logic
2019-03-22 15:36:57 +08:00
ganyao114
8c437cdbf9
Merge pull request #179 from ElderDrivers/sandhook
...
Sandhook
2019-03-22 15:11:38 +08:00
swift_gan
0a9bb7074a
SandHook: update sandhook to fix OS 8.0 - 8.1
2019-03-22 15:09:16 +08:00
swift_gan
39ced02f9f
SandHook: tweak DexMaker
2019-03-22 15:08:20 +08:00
swift_gan
b24efed29b
SandHook: convert all inner hookers to sandhook
2019-03-22 15:07:50 +08:00
solohsu
3570e0eb29
Prevent generating dex in vain
...
Generated dex bytes are useless if createNewFile failed.
2019-03-22 00:58:11 +08:00
solohsu
68a3915a21
Bump version
2019-03-22 00:34:44 +08:00
solohsu
1dea799c83
Bump version
2019-03-21 23:53:09 +08:00
solohsu
346254f50b
Generate edconfig for each backend
2019-03-21 23:48:01 +08:00
solohsu
5639dc79e0
Use yahfa as default backend
2019-03-21 23:11:40 +08:00
solohsu
d3cf2246ec
SandHook: Cherry-pick from branch sandhook
...
e027b877732e90f41bf5ac48b5e652909ffc2140,
66d21874edb5b918ba16b2c8e3aebb80cc1558ff,
713e2e3b03038d87f2349a642d52a74c8695a6a9,
eccdb67251c39910ff22f968597f9a309c9601b7,
9af84bdf02bd4321e9c1bd54b39d9638aa43a810,
68ce389a48c8bd5ae4eeefdbbc2e74363d103d89,
dd7960c771a7c0ad453b5073df05c80a988ddb5e,
061288a6b835207c4e9e3948b366f2aba1d85d24,
8d2ea787e70e6e992581e54053f080aacafd9e25,
227fc5a43c94e8a0a976050fc1f2f43fdc9b0047
2019-03-21 23:02:38 +08:00
solohsu
d546ecd81c
Clean template_override directory before build
2019-03-21 20:48:16 +08:00
solohsu
e1ccb12eac
Keep dalvikdx and dexmaker jars up-to-date automatically
2019-03-21 18:33:15 +08:00
solohsu
2194551c39
Update Whale binaries to asLody/whale@1315a5a74a
...
Previous one is built on wrong revision
2019-03-20 11:16:22 +08:00
solohsu
d0b1d7c52b
Introduce Whale hook for Android
2019-03-20 10:29:51 +08:00
solohsu
e858ebd70b
Introduce SandHook
2019-03-20 00:32:33 +08:00
solohsu
696ede0209
Add edxp-common module
2019-03-19 22:25:48 +08:00
solohsu
53d0dbd120
Refactor project structure
2019-03-19 14:32:44 +08:00
solohsu
573f52360a
Prepare for more backends
2019-03-17 22:05:33 +08:00
Shauli Bracha
801f5539c1
Merge branch 'master' of https://github.com/ElderDrivers/EdXposed
2019-03-17 12:50:07 +02:00
solohsu
1571c9a0ad
Fix potential crashes for devices with Android 8.1
...
Fix #163 .
2019-03-17 14:11:54 +08:00
solohsu
1041316b6b
Update Whale binaries to asLody/whale@1315a5a74a
2019-03-17 13:15:18 +08:00
Shauli Bracha
d1132927b1
Merge branch 'master' of https://github.com/ElderDrivers/EdXposed
2019-03-16 13:03:29 +02:00
solohsu
20fce38004
Fix inconsistent class identifier
2019-03-16 15:41:02 +08:00
solohsu
e2fb9709e4
Ensure necessary system props
...
Some other Magisk modules may override the system props we set, e.g.
compiler-filter, which will likely result in boot loops.
We PLT hook native getSystemProp implementation methods to make sure
the values of related system props are always what we want.
Fix #156 .
2019-03-16 14:10:25 +08:00
solohsu
8c4a7e90f3
Update README.md
2019-03-15 20:18:26 +08:00
solohsu
6d08c0b2bc
Reuse generated dex and oat files when using compat mode
2019-03-15 18:42:34 +08:00
solohsu
09af8ce0b4
build.gradle: add commandLine support for Unix-like OS
2019-03-15 16:53:01 +08:00
solohsu
86a3fc8c45
Write verbose logs to a separate file all.log
...
Reserve a switch to disable verbose logs
2019-03-15 15:28:20 +08:00
Shauli Bracha
8a1dd64e61
Merge branch 'master' of https://github.com/ElderDrivers/EdXposed
2019-03-12 21:23:47 +02:00
solohsu
65212e29e2
Update README.md
2019-03-13 02:01:13 +08:00
solohsu
ac4d5059d1
Add log support for other installer apps
2019-03-13 01:00:04 +08:00
solohsu
de1247cb92
Update README.md
2019-03-12 20:18:35 +08:00
solohsu
66814e6cae
Rename Riru module id
2019-03-12 20:16:07 +08:00
Shauli Bracha
ac35f0a6da
Merge branch 'master' of https://github.com/ElderDrivers/EdXposed
2019-03-12 13:15:13 +02:00
solohsu
c44086bd0b
Fix IncompatibleClassChangeError when invoking original method
2019-03-12 16:49:38 +08:00
solohsu
1b68d3fbe0
Change the default filter but not dex2oat-flags
...
dex2oat-flags will override all other filters, e.g."pm.dexopt.bg-dexopt"
2019-03-11 20:31:45 +08:00
Shauli Bracha
190ce95dc5
Merge branch 'master' of https://github.com/ElderDrivers/EdXposed
2019-03-10 23:01:32 +02:00