Martin Heyden

Results 6 comments of Martin Heyden

I had a similar issue and using frida server 15.1.1 solved it. I did not test newer versions.

General idea: Restbus simulation: - Implement ARXML parser to filter out CAN messages relevant for restbus simulation - Execute restbus simulation by utilizing Linux Kernel CAN Broadcast Manager Flashing: -...

> This library might be very useful: https://crates.io/crates/autosar-data I will stick with programming my own parser. The time-intensive operations of my parser are already implemented and take less than 1...

I had a bug in my time measurements and the autosar-data library is indeed performant. So, I will use it.

Status update: ARXML parsing itself is implemented in the restbus-simulation branch. Next, I have to decapsulate the parser a little bit and start to integrate into into Edgar. Currently, it...

Thank you for your feedback! > A unit test would be really important. Otherwise, no one but you will be able to touch this code. Is there maybe a minimal...