binaryninja_avr
binaryninja_avr copied to clipboard
Document how to select chip
Trying to select a chip, I noticed that there is some chip_id = load_settings.get_string("avr.chip", self) line.
I have no idea how to access that setting, and it's not documented.
It would be nice to explain this to the user. I have had to just hardcode the value.
I see that you try to add settings with an enum of all the chips. I don't have any settings name avr at all in binary ninja 5.0, so it's possible they changed the API.