corediff
corediff copied to clipboard
Quickly find core modifications in open source code bases
Have ran some benchmarks, a Binary Fuse filter (0.3% FPs) is the fastest (6ns bf lookup vs 14ns per map lookup) and smallest (~25% of orig []uint64 size) with our...
Because corediff needs the relative path (to the platform root), it should check for each scanpath what the platform root should be. Could add this ```go cmsPaths = map[string]string{ "/app/etc/local.xml":...
How to deal with minified JS code. Should we split long lines on `;` or `{` character?
Currently we accept multi path arguments to support the --merge command, which is a bit hacky. Should probably refactor to use (for example) `github.com/spf13/cobra` and then have commands: - scan...