binsync / libbs

A library for writing plugins in any decompiler: includes API lifting, common data formatting, and GUI abstraction!
BSD 2-Clause "Simplified" License
63 stars 4 forks source link

Support for Artifact formatting (JSON) #69

Closed mahaloz closed 3 months ago

mahaloz commented 3 months ago

Closes #70

Adds support for the general formatting and serialization of Artifacts. This includes converting to TOML, JSON, and C.

TODO