rematch icon indicating copy to clipboard operation
rematch copied to clipboard

REmatch, a complete binary diffing framework that is free and strives to be open source and community driven.

Results 37 rematch issues
Sort by recently updated
recently updated
newest added

Right now, #17 Implements two successive noticeable slow progress bar tasks: 1. Waiting for the task to complete on the remote server. 2. Downloading all match results. It is possible,...

help wanted

Some fine tuning for pip installation of ida plugin: - [ ] Post installation, copy `plugin_rematch.py` to the plugins directory. - [X] ~Pre installation, make sure we're running in an...

The default intent in matching is to find the "same" function in another file or group of files. However, matches can be generalized to include similar but not exact matches....

Right now we're uploading exactly 100 functions in order to be efficient and save space, however some binaries would not include 100 functions at all, maybe 10 or 20, while...

In order to properly develop decent engines, it would be convenient to have a easy way to benchmark and test results of available engines against a properly-sized labeled dataset. -...

The command line client should have a disassembler as dependency, and provide the same functionality as the IDA client. After a sketch is made, common code from the ida client...

A vector of separate hashes for each basic block, sorted by their value. This will provide basic-block based matching, while ignoring basic block order changes. We should have a couple...

match engine

It would be extremely helpful for us to get statistics about matchers success ratios. This might be too soon to come up with this issue, and it might get some...

Hitting the progress bar's "Cancel" button after starting a match should do the following: - [ ] Cancel a running celery task - [ ] Revoke a celery task which...