Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ffi

Scripting with LuaJIT and selectively sandboxing the FFI

security lua sandbox ffi luajit

Resolve union structure in Rust FFI

rust unions xlib ffi

Marshaling vectors of pointers

haskell ffi

What does '#type' mean in Haskell Foreign Function Interface?

Read/WriteProcessMemory in Ruby

Erlang spawning large amounts of C processes

c multithreading lua erlang ffi

Passing struct-like data between C and Haskell via the FFI

c haskell ffi

Rust code cannot link with a C library compiled on Windows because there is an unresolved external symbol

Error installing Sass (Ruby 2.5.0.1, MSYS2 20161025.0.0)

ruby sass ffi msys2 chocolatey

Why does function pointer behaviour differ in Rust depending on the mutability of the function pointer?

function rust ffi

Returning array from Rust to FFI

rust ffi

Should I use Pin when making C++ call a Rust method through a pointer?

rust ffi rust-pin

Automatic conversion of types for FFI calls in Haskell

haskell typeclass ffi

Synchronizing access to FFI calls in Rust (via a global RWLock?)

How to create two ByteStrings calling this external library API?

haskell ffi bytestring

Calling kernel32's ReadProcessMemory in Go

go interop ffi unsafe kernel32

How to implement the RVExtension function for an ArmA 3 DLL in Rust?

c++ rust ffi

Correctly storing a Rust Rc<T> in C-managed memory

rust ffi

Difference between ccall and capi FFI calling conventions

haskell ffi

Whats the most direct way to convert a Path to a *c_char?

string rust ffi