Metadata-Version: 2.4
Name: resembl
Version: 0.0.1
Summary: Assembly Code Similarity Search — find similar assembly code snippets using MinHash LSH and fuzzy matching.
Author: maci0
License: GPLv3
Project-URL: homepage, https://github.com/maci0/resembl
Project-URL: repository, https://github.com/maci0/resembl
Keywords: assembly,reverse-engineering,similarity,minhash,lsh,fuzzy-matching
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Disassemblers
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# resembl

Assembly Code Similarity Search — find similar assembly code snippets using MinHash LSH and fuzzy matching.

> This package is under active development. See the [repository](https://github.com/maci0/resembl) for the latest code.
