Metadata-Version: 2.4
Name: Scan_binpy
Version: 0.0.1
Summary: Scan_binpy original programming
Author: R00T.bin
Author-email: pedromarsan06@gmail.com
License: MIT License
Keywords: Scan_binpy
Description-Content-Type: text/markdown
License-File: LICENCE
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: summary


# Scan_binpy.py
## Code:
### from Scan_binpy.sniff import sniff_lib
..
..
## ex:
..
..
### sniff = sniff_lib()
### sniff.scan_bin('file.txt') or sniff.scan_bin('file.exe') or sniff.scan_bin('C:/Users/name/file.exe')
### result : file txt or f.i.l.e . ......e.x.e......
..
### sniff.convert_sha256('file.txt') or sniff.convert_sha256('file.exe') or sniff.convert_sha256('C:/Users/name/file.exe')
### result: sha256 code in terminal text

