CoolFace
Apppublic

ejschwartz/decompilation-metrics

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
1likes
App README

This is a space testing a method for evaluating the quality of decompilation.

Currently unhandled features:

  • PIC stuff
  • Global references
  • Internal function calls
  • Wildcards in target function?
  • External function calls (e.g., printf)
  • How to cope with referenced data? "Hello world" is not included in main.
  • How to extract compilable decompilation from decompilers?