https://github.com/cloneofsimo/binclone_python

https://github.com/cloneofsimo/binclone_python

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: ieee.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.0%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: cloneofsimo
  • Language: Python
  • Default Branch: master
  • Size: 5.97 MB
Statistics
  • Stars: 3
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 5 years ago · Last pushed almost 5 years ago
Metadata Files
Readme

README.md

Binclone python

Original implementation by the authors in c++ can be found here.

Paper for this code can be found here.

How to use

Put the query asm file in query.S in the following format

```

00000000 : 4087ed: c9 leave // the query must start from here (8th line) 4087ee: c2 24 00 ret 0x24 4087f1: 55 push ebp ... ```

Put the asm files that you wish to make database into some folder, such as /data. Run the following script (or, in case of this folder, running region_detector_function_wise will create database with malware.txt & run query.)

```python from regiondetectorfuction_wise import * from glob import glob

assignmedianboundary(glob("./data/")) createfeaturesper_window(glob("./data/")) finding_matchings('query.S') ```

Normalizing conditions should be recored in norm.json, median boundaries will be automatically generated to med_bounds.json on calling assing_median_boundary.

Owner

  • Name: Simo Ryu
  • Login: cloneofsimo
  • Kind: user
  • Company: Corca AI

Cats are Turing machines cloneofsimo@gmail.com

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels