Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decouple fill_* from set_* in binsync.api or make a new project for it #260

Closed
mahaloz opened this issue Apr 11, 2023 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@mahaloz
Copy link
Member

mahaloz commented Apr 11, 2023

Description

The BinSync API can be improved by making a generic way to set things in the decompiler that are not tied directly to the BinSync database. Right now, you can call fill_function, but that requires that you are connected to a BinSync repo. This could also be it's own project for just the decompiler abstraction:

from decompiler_api import get_interface
dec_interface = get_interface()
dec_interface.functions[0x10].name = "main"

Alternatives

No response

Additional context

No response

@mahaloz mahaloz added the enhancement New feature or request label Apr 11, 2023
@mahaloz
Copy link
Member Author

mahaloz commented Mar 9, 2024

Closed in #347

@mahaloz mahaloz closed this as completed Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant