Skip to content

Consider integrating 3rd-party expression simplifiers/solvers #10

@pfalcon

Description

@pfalcon

Currently, ScratchABlock uses adhoc expression simplification implementation, which is partly imperative code, partly semi-declarative poor man's inference engine, and is far from complete in coverage, developed in on-demand manner.

At the same time, 3rd-party project solving this matter definitely exist.

My approach to this is similar to why the project was started in the first place. Expression simplification is only part of decompilation, and as there're many parts, a small part. And no 3rd-party would work as needed, so instead of working on decompilation, it would be restling with a 3rd-party library.

Well, that's of course a rather conservative approach, reusing existing libraries could save a bunch of work too. So, this ticket is opened to called ideas/references and solicit feedback/contributions from developers with more experience in this area.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions