tmr232/Sark

"Expected an ea_t type" when calling `sark.Segment("__TEXT")`

Closed this issue · 2 comments

Not sure what this means :P

If you want to get a segment by name, you need to use sark.Segment(name="__TEXT").

Ah! Thank you. I'm obviously not a python user. I tried sark.Segment(None, theName) and that gave another error so I gave up to wait for your reply. Thanks! And sorry

Some more explicit usage examples on the API docs could be useful. Is that site open source? I could submit a PR later to add examples to various pages.