beordle's repos on GitHub
Python 3 人关注
jnu.fm 暨南FM衍生的开源项目.
1 人关注
BufferVM Virtual machine for Linux userland binaries for detecting various bugs/exploits using VA holes
C 1 人关注
graftcp A flexible tool for redirecting a given program's TCP traffic to SOCKS5 proxy.
Python 1 人关注
jnu_apk 爬教务处的最初版(那时不带验证码)
Java 1 人关注
ratel 在非root环境下,使用xposed,且不依赖于其他虚拟化容器环境。使得xposed有二次分包的能力
0 人关注
analysis_claude_code 本仓库包含对 Claude Code v1.0.33 进行逆向工程的完整研究和分析资料。包括对混淆源代码的深度技术分析、系统架构文档,以及重构 Claude Code agent 系统的实现蓝图。主要发现包括实时 Steering 机制、多 Agent 架构、智能上下文管理和工具执行管道。该项目为理解现代 AI agent 系统设计和实现提供技术参考。
C 0 人关注
AndroidInjection This project contains several exercises about injection using ptrace on Android platform
C 0 人关注
appfence Android sandboxing (ptrace based)
Python 0 人关注
ATX Smart phone automation tool. Support iOS, Android, WebApp and game.
0 人关注
bottle bottle.py is a fast and simple micro-framework for python web-applications.
0 人关注
ccint ccint - a C/C++ interpreter, built on top of Clang and LLVM compiler infrastructure
0 人关注
CppCoreGuidelines The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
0 人关注
d2l-zh 《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被全球175所大学采用教学。
0 人关注
dattobd kernel module for taking block-level snapshots and incremental backups of Linux block devices
0 人关注
deepseek.cpp CPU inference for the DeepSeek family of large language models in pure C++
0 人关注
deobf An arm32 ollvm like deofuscator,aim to remove obfuscation made by ollvm like compiler
0 人关注
docker-neo4j Docker Images for the Neo4j Graph Database
Python 0 人关注
Eden A Python Distributed Task System
0 人关注
nvoy Cloud-native high-performance edge/middle/service proxy
0 人关注
ev Lightweight event-loop library based on multiplexing IO
0 人关注
event Tiny epoll-based event loop library for event-driven Linux applications
0 人关注
FileSearch C++枚举磁盘列表、遍历指定盘搜索特定类型文件/微信导出密钥,文件回传等功能
0 人关注
firecracker Secure and fast microVMs for serverless computing. This is a fork that adds live migration and optionally PMV support.
0 人关注
foreign-dlopen Small library allowing to use dlopen() from statically-linked applications (where statically-linked executable vs loaded shared library may use completely different libc's)
0 人关注
futu_algo Futu Algorithmic Trading Solution (Python) 基於富途OpenAPI所量化高交易程序
0 人关注
gdbserver A tiny debugger implement the GDB Remote Serial Protocol. Can work on i386, x86_64, ARM and PowerPC.
0 人关注
go-wxsqlite3 Based on Go SQLite3 driver, wxSQLite3 encrypted database is realized.
0 人关注
GoWebDAV A Simple, Powerful Webdav Server By Golang.
0 人关注
green_luacpp green_luacpp是C++库,是嵌入Lua并注册C++相关的对象到lua的封装库
0 人关注
hideroot android hide root demo, code from Magisk
0 人关注
homebrew-core Default formulae for the missing package manager for macOS (or Linux)
0 人关注
honey-sandbox Application and malware inspection using gVisor sandboxing
0 人关注
htorrent HTTP to BitTorrent gateway with seeking support.
0 人关注
hugo-paper A simple, clean, flexible Hugo theme
0 人关注
hurlex 一个运行在x86-IA32架构下的小内核,要求能驱动x86简单的硬件并且等待用户输入指令执行。
0 人关注
ish Linux shell for iOS
Python 0 人关注
JD_AutoSubmit Python爬虫,京东自动登录,指定商品自动加购物车,自动下单,指定时间抢购商品 (QQ交流群:348885782)
0 人关注
libfort C/C++ library to create formatted ASCII tables for console applications
0 人关注
libuv-dox Documenting types and methods of libuv, mostly by reading 'uv.h'.
0 人关注
linux-pvm Linux kernel source tree for PVM
0 人关注
linux-pvm-ci Kernel package CI for Linux with PVM patches applied
0 人关注
lizhi 李志 (B 仔) 音乐作品跨平台播放器
0 人关注
log.c A simple logging library implemented in C99
0 人关注
lwrb Lightweight generic ring buffer manager library
0 人关注
macSSH macSSH is a lightweight client/server implementation of the SSH v2 protocol, written entirely in C. macSSH has no external dependencies
0 人关注
maniacj A MANIAC module for library injection on Android.
HTML 0 人关注
memcash 一个设想中的理想静态博客生成工具
0 人关注
memhack A command line game cheat tool.
0 人关注
mini-prolog An interpreter for a subset of prolog
0 人关注
mosh-static Build scripts for building a static mosh
0 人关注
murmurhash.c MurmurHash3 general hash bashed lookup function implementation
0 人关注
mycc A tiny C compiler of 2k lines of codes, generates pure x86 asm code for DOS/Win32/Linux 3 backends.
C 0 人关注
mysocks The cross-platform shadowsocks client and server with minimum dependencies.
0 人关注
obj.h A single-header supports OOP in pure C.
0 人关注
Obsidian-Tasks-Calendar A custom view build with Obsidian-Dataview to display tasks from Obsidian-Tasks and from your daily notes in a highly customisable calendar with a wide variety of views
0 人关注
openhaystack Build your own 'AirTags' today! Framework for tracking personal Bluetooth devices via Apple's massive Find My network.
0 人关注
openrsync BSD-licensed implementation of rsync
0 人关注
OTGLocation Using Android device to modify iPhone location
0 人关注
pdf-sync PDF Reader in Javascript with Sync
0 人关注
pftrace C / C++ trace infrastructure written in C
0 人关注
proc_maps_parser a lightweight library to parse Linux's /proc/[pid]/maps file, which contains the memory map of a process
0 人关注
proot An chroot-like implementation using ptrace.
0 人关注
py-to-cpp-converter This project is a work in progress python script that will read in another python script and attempt to convert it to a C++ program via accessing and replacing AST nodes with relevant C++ commands and file writeout. In the first instance it will be written only to handle base library python, possibly extending in the future.
0 人关注
redis Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
Java 0 人关注
SensorsSandbox Android application to demonstrate how to work with onboard sensors in Android
0 人关注
servers Model Context Protocol Servers
0 人关注
sshpass Mirror of http://sourceforge.net/projects/sshpass/
C 0 人关注
strace strace is a diagnostic, debugging and instructional userspace utility for Linux
0 人关注
SugarCpp SugarCpp is a language which can compile to C++11.
0 人关注
tccjit Using libtcc for compiling C at runtime