Closed aronsky closed 5 years ago
Please use the new repo - radare2-rlang
On Tue, Nov 5, 2019, 7:40 PM Lev Aronsky notifications@github.com wrote:
Newer versions of r2 require the presence of mnemonic field in RAnalOp structures, and if it's missing - warnings appear on the screen. This PR adds support for this field in Python bindings.
You can view, comment on, or merge this pull request online at:
https://github.com/radareorg/radare2-bindings/pull/225 Commit Summary
- Use the mnemonic field in RAnalOp to avoid warnings in r2
File Changes
- M libr/lang/p/python/anal.c https://github.com/radareorg/radare2-bindings/pull/225/files#diff-0 (1)
Patch Links:
- https://github.com/radareorg/radare2-bindings/pull/225.patch
- https://github.com/radareorg/radare2-bindings/pull/225.diff
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/radareorg/radare2-bindings/pull/225?email_source=notifications&email_token=AABRT7KWZVWOZAY7GZQOKOLQSFLSDA5CNFSM4JJBOM22YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HW3ZRDQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABRT7OTPXYZHJEVN3VUXL3QSFLSDANCNFSM4JJBOM2Q .
Sure thing. How do I install the lang-python plugin using the new repo?
@aronsky I pushed an update to r2pm database:
Newer versions of r2 require the presence of
mnemonic
field inRAnalOp
structures, and if it's missing - warnings appear on the screen. This PR adds support for this field in Python bindings.