SunBK201 最近的时间轴更新
SunBK201's repos on GitHub
Go · 490 人关注
UA3F
Advanced HTTP Header Rewriting Tool
HTML · 37 人关注
cli-guidelines-zh
这是一个开源指南,可以帮助您编写出更好的命令行程序,采用经典的 UNIX 哲学并对其进行改进,以适应现代生产环境的需要。
Python · 21 人关注
ScubaTrace
Source-level code analysis toolkit for SAST, context engineering, and AI coding
C · 12 人关注
umicat
L4 reverse proxy load balancer for TCP/UDP network services
Shell · 6 人关注
OpenWrt-R4S-glibc
This repo is used to cross compile OpenWrt for NanoPi-R4S. The official default is to use musl-libc. However, the difference is that the standard C library we use is glibc, instead of musl-libc.
C · 3 人关注
TinxyR
TinxyR is a reverse proxy server help you forward http traffic from local to remote.
3 人关注
trails-relation-graph
Trails games have a lot of characters and these characters are inextricably linked to each other. This repo stores relation graphs of the characters in the Trails games from Falcom Official.
Python · 2 人关注
cpu-heater
A Python parallel computing library
C · 2 人关注
csapp
csapp labs
C++ · 2 人关注
Data-Structure-lib
C · 2 人关注
Demrpc
This is a very simple toy RPC demo.
2 人关注
Dir8urp
An Open-source Path Burp Tool.
2 人关注
linux-c-learning-all-in-one
Linux-C-Learning-All-In-One
Shell · 2 人关注
MySCR
Some self-use scripts for common automation tasks.
2 人关注
Quantumult-X-Conf
This repo is a my personal config repo for Quantumult-X.
2 人关注
Spoon-Knife
This repo is for demonstration purposes only.
C · 2 人关注
UA2F
Change User-agent to F-words on OpenWRT router to prevent being checked.
JavaScript · 1 人关注
ESP8266-HomeKit-Widget
Make a widget with Scriptable for ESP8266 HomeKit Sensor
Go · 1 人关注
nexttrace-enhanced
Visual route tracking tool
C · 1 人关注
openwrt
This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins or for reporting issues. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git. All issues should be reported at: https://bugs.openwrt.org
1 人关注
SunBK201
hi guys !
1 人关注
utteranc-comment
This repo is a my personal website comment system repository.
0 人关注
Actions-immortalWrt-UA2F
使用 GitHub Actions 云编译 带上ipid ua2f的固件
Shell · 0 人关注
Actions-OpenWrt
Actions-OpenWrt
0 人关注
advisory-database
Security vulnerability database inclusive of CVEs and GitHub originated security advisories from the world of open source software.
HTML · 0 人关注
Blog
0 人关注
chinese-independent-blogs
中文独立博客列表
0 人关注
CLDIFF
0 人关注
cli-guidelines
A guide to help you write better command-line programs, taking traditional UNIX principles and updating them for the modern day.
Java · 0 人关注
diffTest
0 人关注
hit-counter
:rocket: Easy way to know how many visitors are viewing your Github, Website, Notion. :tada:
0 人关注
homebrew-core
🍻 Default formulae for the missing package manager for macOS (or Linux)
Python · 0 人关注
multilspy
multilspy is a lsp client library in Python intended to be used to build applications around language servers.
0 人关注
MyProfiles
JavaScript · 0 人关注
nobelium
A static blog build on top of Notion and NextJS, deployed on Vercel.
Jupyter Notebook · 0 人关注
PathSentinel
PathSentinel is an application firewall that focuses on HTTP path protection. It uses deep neural network to provide web application security.
0 人关注
Profiles
🌐Dial-up Internet access
TypeScript · 0 人关注
RSSHub
🍰 Everything is RSSible
Python · 0 人关注
TGBanBot
0 人关注
the-swift-programming-language-in-chinese
中文版 Apple 官方 Swift 教程《The Swift Programming Language》
Python · 0 人关注
tree-sitter-builder
Go · 0 人关注
umicatgo
JavaScript · 0 人关注
UserScripts
Greasemonkey scripts
Python · 0 人关注
VERJava
Replication of VERJava
TypeScript · 0 人关注
vscode-github-star
VS Code extension that displays the GitHub Star
SunBK201

SunBK201

V2EX 第 544456 号会员,加入于 2021-05-04 22:30:44 +08:00
今日活跃度排名 7112
3 G 27 S 4 B
SunBK201 最近回复了
@unused 这个方法刚刚我也发现了,但是 ih 似乎需要比较新的 nftables 版本,旧版本不支持🥲
@birdvdsk 我也有想到,但是只用 flag 可能有漏报吧
@luojiyin87 似乎有语法错误? Error: syntax error, unexpected hdrlength, expecting ')'
@birdvdsk 我需要使用 nftables 把包含 payload 的 TCP 数据包 hook 到用户态的 nfqueue 进行处理,之前的做法是对全部的 TCP 数据包进行 hook ,但是性能损耗太大,所以想要加一层过滤。
46 天前
回复了 SunBK201 创建的主题 分享创造 UA3F: 透明重写 HTTP Header
@whileFalse 只修改 http ,https 直接放行
2024-02-27 14:39:31 +08:00
回复了 SunBK201 创建的主题 问与答 Mac 上支持 4K 60FPS 录制的采集卡
@weak 请问具体是什么型号呢?
2023-05-15 22:23:32 +08:00
回复了 inhzus 创建的主题 程序员 左耳朵耗子于周六晚突发心梗去世
R.I.P.
2022-09-17 10:07:33 +08:00
回复了 bigxianyu 创建的主题 问与答 怎样定制 youtube 的首页,只保留一个搜索栏功能 ?
Userscript
ltrace
strace
"同一时间,调用 rand()" 可能是 srand() 的精度不够高,可以提升至纳秒级别:
struct timespec seed;
clock_gettime(CLOCK_REALTIME, &seed);
srand(seed.tv_sec + seed.tv_nsec);
randnum = rand();
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   1219 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 21ms · UTC 17:24 · PVG 01:24 · LAX 09:24 · JFK 12:24
♥ Do have faith in what you're doing.