CharmedBaryon / CommonLibSSE-NG

This is a reverse engineered library for Skyrim Special Edition and Skyrim VR.
MIT License
138 stars 31 forks source link

Support out-of-the-box IDA Pro header import. #24

Open jpstewart opened 2 years ago

jpstewart commented 2 years ago

The Clang compiler support brings automatic full import of CommonLibSSE into IDA Pro very close. There are still some specific issues that block this to be solved to make this work without significant refactoring or changes to the codebase for the import.

jpstewart commented 2 years ago

Some fixes have been implemented for this. Support for Clang gets it very close. There are still some failures during import that need investigation, particularly with the MSVC C++ standard library.