Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guy/hashes be hashes #309

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Guy/hashes be hashes #309

wants to merge 13 commits into from

Commits on Jun 16, 2017

  1. Fnv Hash rebased

    sr committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    48cb49d View commit details
    Browse the repository at this point in the history
  2. wip mdinx

    sr committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    2633415 View commit details
    Browse the repository at this point in the history
  3. fnv wip cont, import rematch instead of relative import

    Signed-off-by: sr <sr.re>
    sr committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    39dffc7 View commit details
    Browse the repository at this point in the history
  4. add server side fnv hash matcher, for now just a regular HashMatcher,…

    … in the future
    
    we should introduce a FuzzyHashMatcher
    
    Signed-off-by: sr <sr.re>
    sr committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    1ef9a31 View commit details
    Browse the repository at this point in the history
  5. commetizing mdinx. wip

    Signed-off-by: sr <sr.re>
    sr committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    f8f10a1 View commit details
    Browse the repository at this point in the history
  6. add server side, add api dom hash, still need a custom matcher,

    rename fnv to fnv_hash.py
    
    wip
    
    Signed-off-by: sr <sr.re>
    sr committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    3f92bfc View commit details
    Browse the repository at this point in the history
  7. fuzzy_hash.py dead simple for FnvHash

    basically same as HashMatcher only a bit more relaexed
    as we're using it for avalanche hashes.
    
    Signed-off-by: sr <sr.re>
    sr committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    d5b4906 View commit details
    Browse the repository at this point in the history
  8. FnvH_h_ashVector in rematch/instances to FnvHashVector

    Signed-off-by: sr <sr.re>
    sr committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    6cd6152 View commit details
    Browse the repository at this point in the history
  9. __init__ with FuzzyHashMatcher wip

    Signed-off-by: sr <sr.re>
    sr committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    3933386 View commit details
    Browse the repository at this point in the history
  10. apidom clear bbinsn upon every insertion

    sr committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    21bd247 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    85bb0ae View commit details
    Browse the repository at this point in the history
  12. remove preprocessing from hist_matcher.py as it is not used

    make fuzzy_matcher.py use fuzzy match result, although it needs better serialization and testing
    make apidom_hash.py use FuzzyMatcher
    sr committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    bdfb6f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2017

  1. Configuration menu
    Copy the full SHA
    c7c730e View commit details
    Browse the repository at this point in the history