prodigy99's Stars
rupran/librarytrader
Gather imports and exports for ELF files
matrix1001/glibc-all-in-one
🎁A convenient glibc binary and debug file downloader and source code auto builder
sigoden/dufs
A file server that supports static serving, uploading, searching, accessing control, webdav...
ebobby/tracing.js
A small JS library that makes it possible to trace function calls.
neargle/my-re0-k8s-security
:atom: [WIP] 整理过去的分享,从零开始的Kubernetes攻防 🧐
Adrninistrator/java-callgraph2
Programs for producing static call graphs for Java programs.
gousiosg/java-callgraph
Programs for producing static and dynamic (runtime) call graphs for Java programs
vorpal-research/kfg
Library for building CFG for Java bytecode
atiqahammed/Control-Flow-Graph
In computer science, a control flow graph (CFG) is the graphical representation of control flow or computation during the execution of programs or applications. In this project I am reading java code and making control flow graph for all function from the given java code.
toby1984/controlflow
A tool that analyzes the byte-code of Java .class files and generates control-flow graphs in Graphviz (dot) format from it.
mariusschulz/styx
Derives a control flow graph from a JavaScript AST.
coetaur0/staticfg
Python3 control flow graph generator
sivaswami/Shell-Flow
Visualize the Call Graph or Function flow of Shell scripts with Graph. This Graph will also include the variables set / exported inside each function
zegl/kube-score
Kubernetes object analysis with recommendations for improved reliability and security. kube-score actively prevents downtime and bugs in your Kubernetes YAML and Charts. Static code analysis for Kubernetes.
binw666/learning-ebpf-translation
本项目翻译自 Liz Rice 的 Learning eBPF,这是一本比较系统的 eBPF 入门书籍。
ZERO-A-ONE/AngrCTF_FITM
Angr CTF From introduction to mastery
shilch/seccomp
Proof of concept for generation of eBPF seccomp profiles through symbolic execution
sominsong/NIMOS
Analysis of syscall sequence pattern from exploit codes for advanced system call sequence filtering for enhanced container security
bytedance/vArmor
vArmor is a cloud native container sandbox system based on AppArmor/BPF/Seccomp. It also includes multiple built-in protection rules that are ready to use out of the box.
lockc-project/lockc
Making containers more secure with eBPF and Linux Security Modules (LSM)
exein-io/pulsar
A modular and blazing fast runtime security tool for the IoT, powered by eBPF.
linux-lock/bpflock
bpflock - eBPF driven security for locking and auditing Linux machines
zoidyzoidzoid/awesome-ebpf
A curated list of awesome projects related to eBPF.
eunomia-bpf/bpf-developer-tutorial
eBPF Developer Tutorial: Learning eBPF Step by Step with Examples
kubearmor/KubeArmor
Runtime Security Enforcement System. Workload hardening/sandboxing and implementing least-permissive policies made easy leveraging LSMs (BPF-LSM, AppArmor).
udzura/container-tracers
container tracers/debuggers using eBPF
cilium/ebpf
ebpf-go is a pure-Go library to read, modify and load eBPF programs and attach them to various hooks in the Linux kernel.
willfindlay/bpfcontain-rs
BPFContain is a container security daemon for GNU/Linux leveraging the power and safety of eBPF and Rust.
rootless-containers/bypass4netns
[Experimental] Accelerates slirp4netns using SECCOMP_IOCTL_NOTIF_ADDFD. As fast as `--net=host`.
wjbsyc/homura_pwn_waf
基于patchkit和seccomp的自定义过滤syscall的pwn通防