Skip to content

Version 0.7.0

Compare
Choose a tag to compare
@Viladoman Viladoman released this 19 Nov 18:43
· 16 commits to main since this release
  • Clang extractor is now more resilient to build errors and it will display whatever results it could figure out. This allows to get the layout even if some unrelated piece of code could not properly digested. In case some of the actual types of the structure were not resolved due to build errors, the display will mark them up as 'Invalid/Error' to let the use know that the display layout is not accurate due to lack of data.

image

  • Thanks to the change above quite some dependencies could be removed from the clang parser as it does not need to figure out a bunch of target specific code, reducing the install size substantially.
  • Updated to Clang 17.0.5