This directory contains sources and compiled classes
used by jdwp-* scripts.
All classes must have run() method defined which is
expected to return a string.
Method run() can have arguments, but then the scripts
would need to be modified to add those arguments when
class is injected. As JDWPExecCmd has a run() method
which accepts a string as its argument, see
jdwp-exec script for details of passing the
arguments to a method via JDWP.
Arguments need to be tagged with their respective type.
For other tags see http://docs.oracle.com/javase/6/docs/technotes/guides/jni/spec/types.html#wp9502 .
Example from jdwp-exec:
local cmdID
status,cmdID = jdwp.createString(socket,0,cmd)
local runArgs = string.pack(">B I8", 0x4c, cmdID) -- 0x4c is object type tag
-- invoke run method
local result
status, result = jdwp.invokeObjectMethod(socket,0,injectedClass.instance,injectedClass.thread,injectedClass.id,runMethodID,1,runArgs)
To compile these sources:
# javac *.java
L@ncor
- 粉丝: 181
- 资源: 8
最新资源
- 2023-04-06-项目笔记 - 第三百五十三阶段 - 4.4.2.351全局变量的作用域-351 -2025.12.20
- 俯视房屋检测23-YOLO(v5至v9)、COCO、CreateML、Darknet、Paligemma、TFRecord、VOC数据集合集.rar
- 在风功率预测聚类中,我们使用了数据预处理和PSO-SVM方法 首先,我们使用DBCAN算法提取了风功率异常数据,并使用KMEANS算法对处理后的数据进行聚类 我们进行了三类仿真实验设置 基于上述聚
- ABAQUS盾构隧道开挖模型Cae文件,一环7片,含螺栓,配筋 (此模型用的㎜单位制) 在ABAQUS软件中,存在一个盾构隧道开挖模型的Cae文件 该模型由一环七片组成,其中包含螺栓和配筋 该模型使
- Matrix-Rain-Screensaver
- Copula二维最全代码,包括边缘分布的拟合寻优,联合分布的拟合寻优及蒙特卡洛数据模拟代码 案例包括4部分: 1-变量x1的边缘部分拟合,提供了正态分布、对数正态分布、伽马分布、威布尔分布、指数分布、
- 俯视公共设施场所地形检测24-YOLO(v5至v9)、COCO、CreateML、Darknet、Paligemma、TFRecord、VOC数据集合集.rar
- MAKINO 牧野 PRO3 维修设定操作 A55 PRO3操作说明书 日文.pdf A55卧加工作台旋转后加工原点计算.xlsx A61-SPECS.pdf MAKINO PRO3 V55-Oper
- 多线程通过控制按键启动mp3播放
- Inspect windows窗口元素查工具
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈