bytedeco / javacpp-presets

The missing Java distribution of native C++ libraries
Other
2.65k stars 737 forks source link

PltHook can we implement as a feature? #690

Open eix128 opened 5 years ago

eix128 commented 5 years ago

This library is hooking system calls for cross platform solution. https://github.com/kubo/plthook Can we add dynamic structures to javacpp ?

saudet commented 5 years ago

Sure, please start here: https://github.com/bytedeco/javacpp/wiki/Mapping-Recipes https://github.com/bytedeco/javacpp-presets/wiki/Create-New-Presets Let me know if you have any questions about that!