In Cutter[1][2] we have an idea to implement the same feature[3] as a plugin, but our priorities lie elsewhere due to the lack of enough hands. Contributions are welcome.<p>[1] <a href="https://cutter.re" rel="nofollow noreferrer">https://cutter.re</a><p>[2] <a href="https://github.com/rizinorg/cutter">https://github.com/rizinorg/cutter</a><p>[3] <a href="https://github.com/rizinorg/cutter-plugins/issues/3">https://github.com/rizinorg/cutter-plugins/issues/3</a>
Christopher Domas: "The future of RE Dynamic Binary Visualization" (2012)<p><a href="https://www.youtube.com/watch?v=4bM3Gut1hIk">https://www.youtube.com/watch?v=4bM3Gut1hIk</a>
Tangentially related is this tool for tuning the ECU in Cars. It helps you locate patterns in ECU rom dumps that are likely to be tables. Often they are sets of numbers in a 2D or 3D matrix of some dimension that have smooth increases. Partly it does this by showing you the values visually so you can spot them.<p><a href="https://www.evc.de/en/product/ols/software/" rel="nofollow noreferrer">https://www.evc.de/en/product/ols/software/</a>
Oh, this brings memories. First project where I ended up writing CMake, I think partly because it made it somewhat easier to build both macos and windows versions. Also first project I used Jenkinsfile on, as it was a new thing introduced in Jenkins when we started building our CI.<p>Making a builder for macos was a PITA (finally I think an MBA was provided to the project just to run those builds).<p>Good to see it continued for some time, I feared it got canceled much earlier.