51 Commits

Author SHA1 Message Date
LoveSy
2c1fba450b
Fix ABI 2022-10-29 12:58:39 +08:00
LoveSy
96f217d0bf
Fix initialized value for P & Q 2022-10-29 05:43:02 +08:00
LoveSy
c6cc93ae7e
Fix hook/deoptimize static methods failed on some Andorid 13 devices
Fix #29
2022-10-29 04:03:13 +08:00
LoveSy
c812fb503c
Always hooking function that updates method codes 2022-10-29 00:59:53 +08:00
LoveSy
cf9b95f6d6
Use AGP to do some unit tests and add ccache (#25) 2022-09-20 01:40:29 +08:00
LoveSy
0864159fc4
Use option to identify standalone 2022-09-19 09:10:08 +08:00
LoveSy
9324d71097
Bump to 5.0 2022-09-16 20:29:34 +08:00
LoveSy
1c50c6b808
Enable LTO 2022-09-16 19:48:49 +08:00
LoveSy
dfcf413b97
CompileOnly libcxx 2022-09-16 18:36:50 +08:00
LoveSy
fb083af39c
Add build type without c++_shared: Standalone 2022-09-16 15:06:14 +08:00
LoveSy
7c5457a699
Support SetRuntimeDebugState (#24) 2022-09-14 00:42:07 +08:00
LoveSy
2bd37aaba9
Fix deoptmize static methods 2022-09-13 16:30:10 +08:00
LoveSy
a2933ca81f
Bump to 4.1 2022-07-13 10:09:33 +08:00
LoveSy
5ab468d905 Update deps 2022-07-05 21:49:57 +08:00
LoveSy
3bc395a08c Update deps 2022-06-30 15:59:48 +08:00
LoveSy
ca19d61942 Fix UB 2022-06-27 15:51:18 +08:00
LoveSy
7bc6d9ffe6 Update dex builder 2022-06-27 14:53:55 +08:00
LoveSy
a56a6b9ed8 Use absl::flat_hash_map instead 2022-06-27 14:53:51 +08:00
LoveSy
565555601b Update deps 2022-05-21 17:40:09 +08:00
残页
5867b67380
Fix fast interpreter function name (#19) 2022-05-10 20:18:05 +08:00
LoveSy
78eecf3f7b
Bump to 4.0 2022-05-10 13:50:08 +08:00
LoveSy
d3cd931364 Fix corruption when hooking internal used methods 2022-04-28 11:02:53 +08:00
LoveSy
050348fd08 Update interface to v2 to support prefix resolver 2022-04-27 11:07:09 +08:00
LoveSy
9c63dcecf3 Set runtime java non-debuggable in case of inline
`ShouldUseInterpreterEntrypoint` maybe inlined
2022-04-27 00:14:34 +08:00
LoveSy
20413748f0 Upgrade dex_builder 2022-04-14 15:39:18 +08:00
ZQY
d74ca0d4f8
Suppress NSME caused by isJavaDebuggable on 8.1 (#13) 2022-04-06 13:16:28 +08:00
LoveSy
3d2e1f5fc7
Fix crash when debugger attached (#12)
* Fix crash when debugger attached

* 1

* 2

* 3

* 4
2022-04-03 11:23:15 +08:00
LoveSy
4c4b08faab Bump version to 3.2 2022-03-30 15:06:30 +08:00
LoveSy
eb00b31d25 Update dex_builder to reduce binary size 2022-03-30 00:15:21 +08:00
LoveSy
0c1cf50831 Better native method hook 2022-03-21 01:43:18 +08:00
LoveSy
050561ac9a Fix make class inheritable 2022-03-21 01:04:21 +08:00
LoveSy
2bd7051841 Add JNIMonitor 2022-03-15 19:07:34 +08:00
LoveSy
b0c3e27061 Bump to 3.1 2022-03-14 02:13:14 +08:00
LoveSy
e49bdad9b0
Workaround UpdateMethodsCode inlined (#9) 2022-03-14 00:07:14 +08:00
LoveSy
3d54cde6aa Add github package 2022-03-12 20:53:57 +08:00
LoveSy
fdc8490127 Bump to 3.0 2022-03-12 20:22:43 +08:00
LoveSy
b95af07672 Refine codes 2022-03-12 16:10:55 +08:00
LoveSy
6d40254a3f
Android 5.x support (#7) 2022-03-12 16:10:29 +08:00
LoveSy
c97c87b815
Strip pending hook (#6) 2022-03-12 02:04:58 +08:00
LoveSy
a3f95f050b Reformat code 2022-03-11 19:37:11 +08:00
LoveSy
fd8e2e4c17 Update dex builder 2022-03-09 21:04:39 +08:00
LoveSy
724245f2e7 Set entrypoint from interpreter for M 2022-03-09 14:59:49 +08:00
LoveSy
c8b82b3109 Bump to 2.1 2022-02-23 08:04:08 +08:00
LoveSy
00a13f7811 Add Tiramisu to unit test 2022-02-23 07:25:31 +08:00
LoveSy
96631507ea
bump 2.0 2022-02-22 22:14:02 +08:00
LoveSy
936f18c242
Support down to Android 6 (#3) 2022-02-22 13:54:58 +08:00
vvb2060
8e3e7f0537
Add symbols artifact 2022-02-21 23:00:24 +08:00
LoveSy
e77256ed6d Fix static method hook on Android 8 2022-02-21 16:03:29 +08:00
LoveSy
a9c131e82a Fix trampoline 2022-02-21 13:58:08 +08:00
vvb2060
b60879e048
Add maven publish 2022-02-21 07:36:01 +08:00