issues
search
devttys0
/
idascript
MIT License
30
stars
9
forks
source link
Fix some error of ./src/idascript
#7
Open
spidermana
opened
3 years ago
spidermana
commented
3 years ago
Fix some error of
src/idascript
below:
add some guidance on installing libmagic
no magic.open(), magic.load() function any more, replace it with Magic class and magic.from_file() function (check out the
python-magic documentation
)
change the IDA executable name for the right platform
close the temp file before unlink
Fix some error of
src/idascript
below: