Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/trolldbois/ruby-haystack

haystack port to ruby. pitfall to ruby-ffi : 1) the generator outputs :pointer types which is basically equivalent to a void_ptr instead of a type_ptr . We cannot do automatic pointer type resolution.
https://github.com/trolldbois/ruby-haystack

Last synced: about 1 month ago
JSON representation

haystack port to ruby. pitfall to ruby-ffi : 1) the generator outputs :pointer types which is basically equivalent to a void_ptr instead of a type_ptr . We cannot do automatic pointer type resolution.

Awesome Lists containing this project

README

        

Ruby port of the python-haystack memory search.

As long as there is no way to have a working TypedPointer in a StructLayout,
that can be use to load Struct * on a generic fashion. there is no chance of
that port to be useful.

Can"t make Nice-FFI actually useful on Layout...