I tested mcsema.disass.exe on simple linux binary : Juliet database (Juliet Test Suite for C/C++)
https://samate.nist.gov/SARD/testsuite.php
It worked when I gave no 'recover-stack-vars' option.
but when i gave 'recover-stack-vars' option, mcsema-disass.exe does not provide any result at all for long time.
even though more than 2 hours, it still work on it for simple binary such as 'hello world'
i test as below,
c:\mcsema\Scripts\mcsema-disass.exe --arch x86 --os linux --disassembler c:\IDA6.8\idaw64.exe --binary c:\test\CWE457_x86 --entrypoint main --output c:\test\CWE_rec.cfg --recover-stack-vars
when I run mcsema-disass.exe --help, it doesnot provide 'recover-stack-vars' option manual.
Does 'recover-stact-vars' option still work?
Or what should I have to check?
I tested mcsema.disass.exe on simple linux binary : Juliet database (Juliet Test Suite for C/C++) https://samate.nist.gov/SARD/testsuite.php It worked when I gave no 'recover-stack-vars' option. but when i gave 'recover-stack-vars' option, mcsema-disass.exe does not provide any result at all for long time. even though more than 2 hours, it still work on it for simple binary such as 'hello world'
i test as below,
c:\mcsema\Scripts\mcsema-disass.exe --arch x86 --os linux --disassembler c:\IDA6.8\idaw64.exe --binary c:\test\CWE457_x86 --entrypoint main --output c:\test\CWE_rec.cfg --recover-stack-vars
when I run mcsema-disass.exe --help, it doesnot provide 'recover-stack-vars' option manual. Does 'recover-stact-vars' option still work? Or what should I have to check?