Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport for 64-bit binaries #35
Conversation
…lities functions are moved to namespaces;
…ot supported yet;
|
This is amazing. Was just trying it out on Linux and almost everything works. Super exciting to see mcsema handling 64-bit instructions. I tested on Linux, and here's some small issues I've found so far:
I'm going to set up a Windows build environment and test there to see what works and what doesn't. We can merge in once all the tests pass on Linux and add a guard against running 64-bit on Windows binaries, but I think its really important to keep Windows support in the long term. |
|
Hi Artem, Thanks for reporting the issue. I resolved Linux related issues and now test cases works with both bin_descend and IDA. The windows support is in progress and I will let you know once all the test cases will pass successfully. |
…able translation of different bins on different OSes. THINGS ARE STILL BROKEN
Support for 64-bit binaries
a21f034
into
lifting-bits:master
I have added change logs for 64-bit support in Changelist-64bit.txt. It will be nice to get feedback on current changes.
Thanks
--Akshay