Probably not going to be shipped unless I make a product out of this.
Tracking and devlogs for reverse-engineering the Axon Robotics v2 servo protocol.
Probably not going to be shipped unless I make a product out of this.
Tracking and devlogs for reverse-engineering the Axon Robotics v2 servo protocol.
More matching libraries! In this case it’s DotNetNuke.Log4net. Having a quick way to see all the logging calls is nice
Log in to leave a comment
Found a matching library!
HidLibrary appears to be statically linked into the executable.
Log in to leave a comment
ILSpy decompilation accuracy is much better than dotPeek’s, so I switched all the sources to that. As a result, I can actually build the application from the decompiled sources! (It doesn’t run ofc but it’s not incorrect at least)
That does mean I lost some of the renames. Though, I am keeping track of the original names of everything now, so in case of some decompiler issues it doesn’t become a pain to track things down.