aboutsummaryrefslogtreecommitdiff
path: root/documentation/research/Agent.md
diff options
context:
space:
mode:
authorEduardo Julian2020-05-28 02:18:02 -0400
committerEduardo Julian2020-05-28 02:18:02 -0400
commit2139e72d8e7c58cb355799d4a8412a0c38fb481c (patch)
treeabc4dd07dc9ab0342e3cb379b40fa2c4a337e552 /documentation/research/Agent.md
parent853642c340730b3bb23c1ac87660c5c7ecbffa93 (diff)
Can now parse TAR files.
Diffstat (limited to '')
-rw-r--r--documentation/research/Agent.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/research/Agent.md b/documentation/research/Agent.md
new file mode 100644
index 000000000..5f8a7629a
--- /dev/null
+++ b/documentation/research/Agent.md
@@ -0,0 +1,8 @@
+# Reference
+
+1. [Introduction to Java Agents](https://devolution.tech/introduction-to-java-agents/)
+1. https://docs.oracle.com/javase/7/docs/api/java/lang/instrument/package-summary.html
+1. http://javabeat.net/introduction-to-java-agents/
+1. https://www.javacodegeeks.com/2015/09/java-agents.html
+1. https://github.com/cretz/stackparam
+