ZeroNights 2018, Joxean Koret’s ‘Diffing C Source Codes To Binaries’

From The Video Description: “Often, when doing reverse engineering projects, one needs to import symbols from Open Source or «leaked» code bases into IDA databases. What everybody does is to compile to binary, diff and import the matches. How… Continue reading ZeroNights 2018, Joxean Koret’s ‘Diffing C Source Codes To Binaries’

Visual Schematic Diffs in KiCAD Help Find Changes

When writing software a key part of the development workflow is looking at changes between files. With version control systems this process can get pretty advanced, letting you see changes between arbitrary files and slices in time. Tooling exists to do this visually in the world of EDA tools but it hasn’t really trickled all the way down to the free hobbyist level yet. But thanks to open and well understood file formats [jean-noël] has written plotgitsch to do it for KiCAD.

In the high(er)-end world of EDA tools like OrCAD and Altium there is a tight integration between the …read more

Continue reading Visual Schematic Diffs in KiCAD Help Find Changes