devamavai / idapython

Automatically exported from code.google.com/p/idapython
Other
0 stars 0 forks source link

Missing function get_name_value #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
from name.hpp

simply not implemented. Here's the patch:

in swig\name.i:
- %ignore get_name_value;
+ # This is for get_name_value
+ %apply unsigned long *OUTPUT { uval_t *value };

[ Your port is great stuff :) I would enjoy an entry at the end of your
credits list ;) but well... just provided a simple patch ]

Original issue reported on code.google.com by felix.le...@googlemail.com on 9 Dec 2007 at 9:00

GoogleCodeExporter commented 9 years ago
The patch has been applied. Thanks!

I added you to the commit message for now. I will collect all people who 
contributed to
a separate file at some point later. It is way overdue anyways.

Original comment by gergely.erdelyi on 11 Dec 2007 at 5:14