52ky 发表于 2021-6-24 10:15:06

用lua封装了下od插件api

6912*-*参照一个老外写的lua插件改的,用luajit实现。
Init.lua               lua函数和一些数据类型
OllyCallBacks.lua加载运行插件
autoexec.lua       加载运行以上脚本,进行初始化。

FindString.lua   一个例子查找所有unicode 或者ascii 字符串,显示在log窗口。

(Refer to the lua plug-in written by a foreigner, and use luajit to implement it.
Init.lua lua function and some data types
OllyCallBacks.lua loads and runs the plug-in
autoexec.lua loads and runs the above script for initialization.

FindString.lua is an example to find all unicode or ascii strings and display them in the log window.)



页: [1]
查看完整版本: 用lua封装了下od插件api