hengyunabc
|
cead701c71
|
Merge branch 'master' into bytekit
|
2020-05-20 03:28:09 +08:00 |
|
hengyunabc
|
ff4b7ae829
|
fix testcase config
|
2020-05-20 03:17:22 +08:00 |
|
hengyunabc
|
b79c03f121
|
fix testcase config
|
2020-05-20 03:07:18 +08:00 |
|
hengyunabc
|
1e52ea4530
|
switch to SpyAPI, clean Spy code
|
2020-05-20 02:54:12 +08:00 |
|
hengyunabc
|
a55b471ea7
|
clean code
|
2020-05-20 01:47:11 +08:00 |
|
hengyunabc
|
7d7b5460ad
|
tt command store the real method args at enter
|
2020-05-20 01:41:06 +08:00 |
|
hengyunabc
|
6d186954c6
|
remove unnecessary reflect in AdviceListenerAdapter
|
2020-05-20 01:40:12 +08:00 |
|
hengyunabc
|
ee0042cfc6
|
remove unnecessary ClassLoader.forName
|
2020-05-20 00:25:49 +08:00 |
|
 joker-9527andGitHub
|
62c5c00459
|
Add known user (#1099)
|
2020-05-19 21:57:53 +08:00 |
|
hengyunabc
|
9660ad1ea0
|
add testcase
|
2020-05-19 21:51:54 +08:00 |
|
hengyunabc
|
7263d9f568
|
AgentUtils support reTransform
|
2020-05-19 21:17:52 +08:00 |
|
hengyunabc
|
c20e97d7de
|
use TransformerManager to manager all Transformer; Enhancer only enhance bytecode once
|
2020-05-19 17:30:08 +08:00 |
|
hengyunabc
|
f39236eb86
|
exclude box/unbox method when trace method
|
2020-05-19 16:26:52 +08:00 |
|
hengyunabc
|
2b740b121f
|
clean code
|
2020-05-19 02:36:29 +08:00 |
|
hengyunabc
|
8d12bb7e0a
|
update timer
|
2020-05-18 02:29:57 +08:00 |
|
hengyunabc
|
f37cad3bbe
|
fix MethodInfoBinding
|
2020-05-18 01:31:39 +08:00 |
|
hengyunabc
|
b7c3202246
|
add timmer in ArthasBootstrap
|
2020-05-18 01:30:45 +08:00 |
|
hengyunabc
|
a82e0a9eb4
|
better job timeout timer name
|
2020-05-17 22:56:41 +08:00 |
|
hengyunabc
|
360db7dfd3
|
support MethodInfo binding
|
2020-05-16 16:44:52 +08:00 |
|
 shiliyuandGitHub
|
4cb6cabba6
|
fix grammar issue (#1177)
|
2020-05-16 13:02:03 +08:00 |
|
 Bo ZhangandGitHub
|
94c3eea373
|
Fix grammar issue (#1176)
|
2020-05-15 22:37:41 +08:00 |
|
hengyunabc
|
9c6cfc9757
|
fix thread command cause application InterruptedException problem. #1175
|
2020-05-15 19:59:12 +08:00 |
|
hengyunabc
|
e3f920fc74
|
Enhancer support SpyAPI
|
2020-05-14 20:07:10 +08:00 |
|
hengyunabc
|
da436fce7e
|
upgrade asm to 8.0.1
|
2020-05-14 18:56:02 +08:00 |
|
hengyunabc
|
4879270225
|
add AtInvokeException.java
|
2020-05-14 18:55:16 +08:00 |
|
hengyunabc
|
2324f497e0
|
add InvokeInfo binding
|
2020-05-14 18:54:45 +08:00 |
|
hengyunabc
|
2e1911d21f
|
LineBinding support location whenComplete
|
2020-05-14 17:16:19 +08:00 |
|
hengyunabc
|
4a950140dc
|
jad command better support unicode. #1169
|
2020-05-13 23:19:32 +08:00 |
|
 senninhaandGitHub
|
0476c61af9
|
Avoid append spy jar to BootstrapClassLoader multiple times. fix #996 (#1153)
|
2020-05-07 20:46:20 +08:00 |
|
hengyunabc
|
3204c0ad36
|
bytekit support LocationFilter
|
2020-05-04 22:09:02 +08:00 |
|
hengyunabc
|
82a3d69cc3
|
add AsmAnnotationUtils
|
2020-05-04 14:00:38 +08:00 |
|
hengyunabc
|
99ff54f375
|
upgrade asm to 8.0.1
|
2020-05-04 01:13:12 +08:00 |
|
hengyunabc
|
6b31041e33
|
clean dep
|
2020-05-03 22:50:32 +08:00 |
|
hengyunabc
|
8cfe315ed0
|
asm verity support print details
|
2020-05-03 03:39:28 +08:00 |
|
hengyunabc
|
3d3640e80e
|
better invoke location support, support invoke method name/desc/owner
|
2020-05-03 03:35:37 +08:00 |
|
hengyunabc
|
4a936476cc
|
update tunnel-server/pom.xml
|
2020-05-02 22:33:41 +08:00 |
|
hengyunabc
|
e29d8d53e0
|
print more details when ProcessImpl error
|
2020-04-26 21:20:28 +08:00 |
|
hengyunabc
|
bbe10cb8d5
|
better support LineBinding
|
2020-04-26 03:08:43 +08:00 |
|
hengyunabc
|
10575cf172
|
update MethodDeclarationBinding.java
|
2020-04-25 14:12:59 +08:00 |
|
hengyunabc
|
9ff2ce4a50
|
update AsmUtils.java
|
2020-04-25 13:56:05 +08:00 |
|
hengyunabc
|
4f15c1072f
|
update bytekit Decompiler.java
|
2020-04-25 13:55:24 +08:00 |
|
hengyunabc
|
e6926f91f7
|
update bytekit/pom.xml
|
2020-04-25 13:53:35 +08:00 |
|
hengyunabc
|
7d598aee0d
|
Merge branch 'master' into bytekit
|
2020-04-23 21:00:43 +08:00 |
|
hengyunabc
|
eef89eeb55
|
update pom.xml
|
2020-04-23 21:00:37 +08:00 |
|
hengyunabc
|
445236854b
|
support bindding MethodDesc, MethodName
|
2020-04-23 19:24:44 +08:00 |
|
hengyunabc
|
80e1fdf4ba
|
improve history command. close #1140
|
2020-04-23 17:50:09 +08:00 |
|
hengyunabc
|
0238b73186
|
Add git commit information in the jar package. close #1132
|
2020-04-22 15:00:25 +08:00 |
|
 qxoandGitHub
|
9689968568
|
Set default value for the express argument of the watch command (#1122)
|
2020-04-22 11:09:54 +08:00 |
|
 qxoandGitHub
|
6b26a09a60
|
chore(.gitignore): add ignore pom.xml.versionsBackup (#1129)
|
2020-04-22 10:37:46 +08:00 |
|
 hengyunabcandGitHub
|
839fda45cd
|
Update README_CN.md
|
2020-04-22 10:27:39 +08:00 |
|