idascript icon indicating copy to clipboard operation
idascript copied to clipboard

Fix some error of ./src/idascript

Open spidermana opened this issue 3 years ago • 0 comments

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

spidermana avatar Sep 01 '21 14:09 spidermana