aguinet / dragonffi

C Foreign Function Interface and JIT using Clang/LLVM
Apache License 2.0
548 stars 23 forks source link

Add support to create a pointer with an arbitrary value #51

Closed aguinet closed 4 years ago

aguinet commented 4 years ago

I wanted to avoid this to force people using pointers they got from C (to avoid use-after-free for instance), but it looks like it could be useful to some people after all.