retypd
retypd copied to clipboard
I'm trying to write a decompiler using retypd. If I understand those python source code correctly, existing frontends ([retypd-ghidra-plugin](https://github.com/GrammaTech/retypd-ghidra-plugin) and [gtirb-ddisasm-retypd](https://github.com/GrammaTech/gtirb-ddisasm-retypd)) only generate function types (arguments and return value) for...
See https://github.com/GrammaTech/retypd/issues/7
Hi, I read the code under /test. It seems that the type constraints are hard-coded, is there any API that generates Retypd constraints?