Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support of arrays and constants in ctypes bindings #2

Open
XVilka opened this issue Dec 21, 2013 · 1 comment
Open

Support of arrays and constants in ctypes bindings #2

XVilka opened this issue Dec 21, 2013 · 1 comment

Comments

@XVilka
Copy link
Contributor

XVilka commented Dec 21, 2013

valabind-cc ctypes r_asm -NRadare -x --vapidir=../vapi ../vapi/r_asm -I/usr/include/libr -lr_asm -lr_lib -lr_util -lr_parse -lr_db -lr_syscall
valabind --ctypes -I /usr/include/libr -x -N Radare --vapidir ../vapi -o r_asm.py -m r_asm ../vapi/r_asm
NOTICE Adding dependency package glib-2.0
NOTICE Adding dependency package gobject-2.0
NOTICE Adding dependency package ../vapi/r_asm
NOTICE Adding dependency package r_util
WARNING Constants not yet supported on ctypes (R2_VERSION)
WARNING Constants not yet supported on ctypes (R2_PREFIX)
WARNING Constants not yet supported on ctypes (R2_LIBDIR)
--> RAsm (0)
--> RAsmOp (1)
WARNING Arrays not yet supported in ctypes bindings
WARNING Arrays not yet supported in ctypes bindings
WARNING Arrays not yet supported in ctypes bindings
WARNING Arrays not yet supported in ctypes bindings
--> RAsmCode (2)
--> RAsmPlugin (3)
--> RStrBuf (4)
WARNING Unknown datatype

@radare
Copy link
Collaborator

radare commented Dec 21, 2013

Dunno if this bug should be in valabind

On 21 Dec 2013, at 15:38, Anton Kochkov notifications@github.com wrote:

valabind-cc ctypes r_asm -NRadare -x --vapidir=../vapi ../vapi/r_asm -I/usr/include/libr -lr_asm -lr_lib -lr_util -lr_parse -lr_db -lr_syscall
valabind --ctypes -I /usr/include/libr -x -N Radare --vapidir ../vapi -o r_asm.py -m r_asm ../vapi/r_asm
NOTICE Adding dependency package glib-2.0
NOTICE Adding dependency package gobject-2.0
NOTICE Adding dependency package ../vapi/r_asm
NOTICE Adding dependency package r_util
WARNING Constants not yet supported on ctypes (R2_VERSION)
WARNING Constants not yet supported on ctypes (R2_PREFIX)
WARNING Constants not yet supported on ctypes (R2_LIBDIR)
--> RAsm (0)
--> RAsmOp (1)
WARNING Arrays not yet supported in ctypes bindings
WARNING Arrays not yet supported in ctypes bindings
WARNING Arrays not yet supported in ctypes bindings
WARNING Arrays not yet supported in ctypes bindings
--> RAsmCode (2)
--> RAsmPlugin (3)
--> RStrBuf (4)
WARNING Unknown datatype


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants