Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.
[email protected] edited this page Apr 19, 2017 · 2 revisions
  • Number64 ffi.loadLibrary(string dllname );

  • Number64 ffi.getProcAddress(Number64 imagebase , string name );

  • function ffi.bindRoutine(Number64 routineAddress , string routineDeclare);

  • function ffi.bindModule(Number64 imagebase , string routineDeclare);

  • Buffer ffi.thunk(function callbackRoutine, string routineDeclare , [ thisObject] );

todo

Clone this wiki locally