当前位置:网站首页>About vscode, "code unreachable" will be displayed when calling sendline series functions with pwntools“
About vscode, "code unreachable" will be displayed when calling sendline series functions with pwntools“
2022-07-05 06:47:00 【Greeety】
This problem is actually related to Pylance It also matters . But the best solution now is to change pwntools This paragraph in the source code
#......
def send_raw(self, data):
"""send_raw(data) Should not be called directly. Sends data to the tube. Should return ``exceptions.EOFError``, if it is unable to send any more, because of a close tube. """
raise EOFError('Not implemented')
#.......
hold raise EOFError('Not implemented')
Replace it with Rasie NotImplementedError
Can
边栏推荐
猜你喜欢
[moviepy] unable to find a solution for exe
Vant Weapp SwipeCell设置多个按钮
.net core踩坑实践
What is linting
VLAN experiment
Suppose a bank's ATM machine, which allows users to deposit and withdraw money. Now there is 200 yuan in an account, and both user a and user B have the right to deposit and withdraw money from this a
UTC, GPS time and Tai
[QT] QT multithreading development qthread
Skywalking全部
A brief introduction to heading/pitch/roll and omega/phi/kappa
随机推荐
[MySQL 8.0 does not support capitalization of table names - corresponding scheme]
confidential! Netease employee data analysis internal training course, white whoring! (attach a data package worth 399 yuan)
PR automatically moves forward after deleting clips
Sum of two numbers, the numbers in the array are converted to decimal, added, and output inversely
Technology blog learning website
5.Oracle-表空间
June 29, 2022 daily
How to answer when you encounter a jet on CSDN?
ollvm编译出现的问题纪录
Interval problem acwing 906 Interval grouping
namespace
Application of recyclerview
How to make water ripple effect? This wave of water ripple effect pulls full of retro feeling
2.Oracle-数据文件的添加及管理
2022-5-第四周日报
Rehabilitation type force deduction brush question notes D2
Orin installs CUDA environment
Instruction execution time
Vant Weapp SwipeCell设置多个按钮
The problem of Chinese garbled code in the vscode output box can be solved once for life