Erin

Results 6 issues of Erin

I tried this on a swift iOS app and it didn't work First issue is that the `__objc_classname` and `__objc_methtype` sections don't exist in the sections: ``` >>> bv.sections.keys() dict_keys(['.extern',...

It would be nice to be able to highlight certain messages in `printCanMsgs` in addition to filtering. As an example you could show all messages but highlight UDS messages, or...

The `cancat2pcap` and `pcap2cancat` functions use scapy to construct and parse Linux netlink packets. Scapy is a large dependency so restructure these functions to do it manually. Also re-enable the...

Would be handy if there are multiple M2's connected to a computer to be able to blink the LEDs on demand to confirm which M2 is which device.

Some small changes to gracefully fail on local names and closures. the closures were the ones causing me the most trouble. I'm not completely sure about how I implemented the...

With the latest version of this plugin the union types cause an error when using python versions < 3.10.