binaryninja_avr icon indicating copy to clipboard operation
binaryninja_avr copied to clipboard

Document how to select chip

Open Grazfather opened this issue 11 months ago • 1 comments

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.

Grazfather avatar May 04 '25 14:05 Grazfather

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.

Grazfather avatar May 04 '25 14:05 Grazfather