Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ffi

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

Can Haskell's inline-C return a typedef to a function pointer?

c haskell ffi inline-c

C++ character encoding when converting from string to const char* for Ruby FFI interface

c++ ruby encoding ffi

Assign an array to *mut c_void

c rust ffi

Why do EnumPrintersA and EnumPrintersW request the same amount of memory?

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

string rust ffi