René's URL Explorer Experiment


Title: Introduction · FA1C4 PATHs

Generator: GitBook 3.2.3

direct link

Domain: fa1c4.github.io

NoneIE=edge
authorfa1c4
HandheldFriendlytrue
apple-mobile-web-app-capableyes
apple-mobile-web-app-status-bar-styleblack

Links:

Introduction https://fa1c4.github.io/
Papers https://fa1c4.github.io/papers/
SoK: Prudent Evaluation Practices for Fuzzing https://fa1c4.github.io/papers/SoK_Prudent_Evaluation_Practices_for_Fuzzing.html
FOX: Coverage-guided Fuzzing as Online Stochastic Control https://fa1c4.github.io/papers/FOX.html
On Understanding and Forecasting Fuzzers Performance with Static Analysis https://fa1c4.github.io/papers/On_Understanding.html
autofz: Automated Fuzzer Composition at Runtime https://fa1c4.github.io/papers/autofz.html
Fuzz to the Future: Uncovering Occluded Future Vulnerabilities via Robust Fuzzing https://fa1c4.github.io/papers/Fuzz_to_the_Future.html
DSFuzz: Detecting Deep State Bugs with Dependent State Exploration https://fa1c4.github.io/papers/DSFuzz.html
Automata-Guided Control-Flow-Sensitive Fuzz Driver Generation https://fa1c4.github.io/papers/Rubick.html
Fuzz4All: Universal Fuzzing with Large Language Models https://fa1c4.github.io/papers/Fuzz4All.html
KAG: Boosting LLMs in Professional Domains via Knowledge Augmented Generation https://fa1c4.github.io/papers/kag.html
Graphuzz: Data-driven Seed Scheduling for Coverage-guided Greybox Fuzzing https://fa1c4.github.io/papers/graphuzz.html
Seed Selection for Successful Fuzzing https://fa1c4.github.io/papers/Seed_Selection.html
Balance Seed Scheduling via Monte Carlo Planning https://fa1c4.github.io/papers/belieffuzz.html
Effective Seed Scheduling for Fuzzing with Graph Centrality Analysis https://fa1c4.github.io/papers/K_Scheduler.html
Boosting Fuzzer Efficiency: An Information Theoretic Perspective https://fa1c4.github.io/papers/entropic.html
FuzzInMem: Fuzzing Programs via In-memory Structures https://fa1c4.github.io/papers/FuzzInMem.html
AFL++: Combining Incremental Steps of Fuzzing Research https://fa1c4.github.io/papers/AFLpp.html
Fuzzing with Data Dependency Information https://fa1c4.github.io/papers/DDFuzz.html
Reinforcement Learning-based Hierarchical Seed Scheduling for Greybox Fuzzing https://fa1c4.github.io/papers/Hier.html
Fuzzing BusyBox: Leveraging LLM and Crash Reuse for Embedded Bug Unearthing https://fa1c4.github.io/papers/LLM_Fuzzing_BusyBox.html
LLM2Vec: Large Language Models Are Secretly Powerful Text Encoders https://fa1c4.github.io/papers/llm2vec.html
SHAPFUZZ: Efficient Fuzzing via Shapley-Guided Byte Selection https://fa1c4.github.io/papers/ShapFuzz.html
Not All Coverage Measurements Are Equal: Fuzzing by Coverage Accounting for Input Prioritization https://fa1c4.github.io/papers/TortoiseFuzz.html
Accelerating Fuzzing through Prefix-Guided Execution https://fa1c4.github.io/papers/prefix_guided_execution.html
Extrapolating Coverage Rate in Greybox Fuzzing https://fa1c4.github.io/papers/Fuzztastic.html
Source Code Foundation Models are Transferable Binary Analysis Knowledge Bases https://fa1c4.github.io/papers/ProRec.html
Coding-PTMs: How to Find Optimal Code Pre-trained Models for Code Embedding in Vulnerability Detection? https://fa1c4.github.io/papers/Coding-PTMs.html
AFGEN: Whole-Function Fuzzing for Applications and Libraries https://fa1c4.github.io/papers/AFGEN.html
Arbiter: Bridging the Static and Dynamic Divide in Vulnerability Discovery on Binary Programs https://fa1c4.github.io/papers/Arbiter.html
SecureFalcon: Are We There Yet in Automated Software Vulnerability Detection With LLMs https://fa1c4.github.io/papers/SecureFalcon.html
Effective Vulnerable Function Identification based on CVE Description Empowered by Large Language Models https://fa1c4.github.io/papers/VFFinder.html
Unveiling the Characteristics and Impact of Security Patch Evolution https://fa1c4.github.io/papers/patch_evolution.html
VulSim: Leveraging Similarity of Multi-Dimensional Neighbor Embeddings for Vulnerability Detection https://fa1c4.github.io/papers/VulSim.html
Rare Path Guided Fuzzing https://fa1c4.github.io/papers/rare_path_fuzzing.html
GRACE: Empowering LLM-based software vulnerability detection with graph structure and in-context learning https://fa1c4.github.io/papers/GRACE.html
BAZZAFL: Moving Fuzzing Campaigns Towards Bugs via Grouping Bug-Oriented Seeds https://fa1c4.github.io/papers/BazzAFL.html
DiPri: Distance-Based Seed Prioritization for Greybox Fuzzing https://fa1c4.github.io/papers/DiPri.html
WildSync: Automated Fuzzing Harness Synthesis via Wild API Usage Recovery https://fa1c4.github.io/papers/WildSync.html
On Interaction Effects in Greybox Fuzzing https://fa1c4.github.io/papers/MuoFuzz.html
Reachable Coverage: Estimating Saturation in Fuzzing https://fa1c4.github.io/papers/ReachableCoverage.html
Linux https://fa1c4.github.io/linux/
Rust Elementary I https://fa1c4.github.io/linux/rust_elementary_I.html
Rust Elementary II https://fa1c4.github.io/linux/rust_elementary_II.html
Rust Elementary III https://fa1c4.github.io/linux/rust_elementary_III.html
Rust Elementary IV https://fa1c4.github.io/linux/rust_elementary_IV.html
Rust Elementary V https://fa1c4.github.io/linux/rust_elementary_V.html
Rust Elementary VI https://fa1c4.github.io/linux/rust_elementary_VI.html
Docker Sources Switch https://fa1c4.github.io/linux/docker_sources_switch.html
Fuzzing https://fa1c4.github.io/fuzzing/
AFLpp build for Magma https://fa1c4.github.io/fuzzing/AFLpp_build_on_Magma.html
FuzzBench Build https://fa1c4.github.io/fuzzing/fuzzbench_build.html
Fuzzbench new Fuzzer https://fa1c4.github.io/fuzzing/fuzzbench_new_fuzzer.html
AFLpp Src Reading I - History https://fa1c4.github.io/fuzzing/aflpp_src_reading_I.html
AFLpp Src Reading II - Forkserver https://fa1c4.github.io/fuzzing/aflpp_src_reading_II.html
AFLpp Src Reading III - Instrumentation https://fa1c4.github.io/fuzzing/aflpp_src_reading_III.html
AFL++ Add New Test https://fa1c4.github.io/fuzzing/aflpp_new_test.html
AFL++ Custom Mutator (python) https://fa1c4.github.io/fuzzing/aflpp_custom_mutator.html
AFL-COV-FAST Tool Usage https://fa1c4.github.io/fuzzing/afl_cov_fast.html
Pwn https://fa1c4.github.io/pwn/
Glibc _IO_FILE Exploitation Introduction https://fa1c4.github.io/pwn/glibc_IO_FILE_exploitation.html
Reverse https://fa1c4.github.io/reverse/
IDAPro Cheat Sheet 7.7 https://fa1c4.github.io/reverse/IDAPro_cheatsheet_7x.html
Theory https://fa1c4.github.io/theory/
Practical Statistics https://fa1c4.github.io/theory/prac_statistics.html
Entropic Weights https://fa1c4.github.io/theory/entropic_weights.html
Tree-structured Parzen Estimator Approach https://fa1c4.github.io/theory/TPE.html
LLM https://fa1c4.github.io/LLM/
Latex https://fa1c4.github.io/latex/
latex awesome table templates https://fa1c4.github.io/latex/awes_table.html
word references best practice https://fa1c4.github.io/latex/word_ref_best_practice.html
Shell https://fa1c4.github.io/shell/
shell programming basic https://fa1c4.github.io/shell/shell_programming_basic.html
shell programming techs I https://fa1c4.github.io/shell/shell_programming_techs_I.html
Published with GitBook https://www.gitbook.com
Introductionhttps://fa1c4.github.io/
https://fa1c4.github.io/papers/

Viewport: width=device-width, initial-scale=1, user-scalable=no


URLs of crawlers that visited me.