6 Star 4 Fork 1

阿债 / BinSeek

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

BinSeek

Python写的二进制文件搜索程序,用于纯真IP或phoneloc.dat,在Linux可用Nuitka编译成可执行文件

Nuitka编译

nuitka --python-version=2.7 --recurse-all --standalone binseek.py
cp binseek.dist/binseek.exe bin/binseek
cp binseek.dist/libpython2.7.so.1.0 bin/
cp binseek.dist/libpython2.7.so.1.0  bin/
cp binseek.dist/mmap.so  bin/
cp binseek.dist/_bisect.so  bin/
cp binseek.dist/_csv.so  bin/
cp binseek.dist/_functools.so  bin/
cp binseek.dist/_struct.so  bin/
cp /usr/lib64/libc.so.6  bin/
cp /usr/lib64/libdl.so.2  bin/
cp /usr/lib64/libm.so.6  bin/
cp /usr/lib64/libpthread.so.0  bin/
cp /usr/lib64/libutil.so.1  bin/
cp /lib64/ld-linux-x86-64.so.2 /usr/local/lib/
patchelf --set-rpath '$ORIGIN' bin/binseek
patchelf --shrink-rpath bin/binseek
patchelf --set-interpreter "/usr/local/lib/ld-linux-x86-64.so.2" bin/binseek
chmod +x bin/binseek

使用方法

python binseek.py ip 183.11.12.34
python binseek.py  phone 1381234
# 或者使用编译好的二进制文件
cd bin/
chmod +x binseek
./binseek ip 183.11.12.34
./binseek phone 1381234
The MIT License (MIT) Copyright (c) 2015 Ryan Liu Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

Python写的二进制文件搜索程序,用于纯真IP或phoneloc.dat,在Linux可用Nuitka编译成可执行文件 展开 收起
Python
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Python
1
https://gitee.com/azhai/BinSeek.git
git@gitee.com:azhai/BinSeek.git
azhai
BinSeek
BinSeek
master

搜索帮助