lifting-bits / rellic

Rellic produces goto-free C output from LLVM bitcode
Apache License 2.0
537 stars 43 forks source link

Use new user-extension points to inject debug info #316

Open frabert opened 1 year ago

frabert commented 1 year ago

The new user-extension points allow changing the type inferred for allocas, arguments and global variables, which make it the ideal way to let debug info enrich the decompilation, similar to how we automatically infer the type for main