Ro0tk1t / LibcSearcher3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

无法添加本地libc

wumingzhilian opened this issue · comments

root@ubuntu:/# libcsearch -l /home/hacker/Desktop/libc-2.31.so
Traceback (most recent call last):
File "/usr/local/bin/libcsearch", line 11, in
load_entry_point('LibcSearcher3', 'console_scripts', 'libcsearch')()
File "/LibcSearcher3/LibcSearcher3/main.py", line 118, in main
parse_libc(parser.local_libc)
File "/LibcSearcher3/LibcSearcher3/utils.py", line 27, in parse_libc
proc = subprocess.Popen(cmd)
File "/usr/lib/python3.7/subprocess.py", line 800, in init
restore_signals, start_new_session)
File "/usr/lib/python3.7/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'scripts/add': 'scripts/add'

已修复

pip install LibcSearcher3==1.3.0