-
TU Braunschweig
- here today, gone tomorrow...
-
12:27
(UTC +02:00) - https://orcid.org/0000-0001-8468-8516
Highlights
Compiling string matching algorithms and regular expressions to java bytecode
A vim plugin to view bytecode of JVM class files
Tool to trace and output bytecode executed by threads in your JVM program
Some insight upon the secret of these magic languages built on JVM
An jvm agent library that counts the number of executed java bytecode instructions during a program run.
An example from my talk "Bytecode Manipulation: Abusing the JVM for fun and profit"
A simple tool to examine Java methods at the bytecode level and offer basic optimization suggestions.
A compiler written in python to compile a program in a rudimentary language to JVM bytecode. The rudimentary language has a grammar that supports basic assignment, arithmetic, if/if-else/while stat…
Log analyser / visualiser for Java HotSpot JIT compiler. Inspect inlining decisions, hot methods, bytecode, and assembly. View results in the JavaFX user interface.
An ongoing attempt to re-engineer LuaJIT from scratch
HTTPLeaks - All possible ways, a website can leak HTTP requests
Takes third-party HTML and produces HTML that is safe to embed in your web application. Fast and easy to configure.
</> htmx - high power tools for HTML
Mikhail Shcherbakov, "Code-Reuse Attacks in Managed Programming Languages and Runtimes", Ph.D. Thesis
k-gruenberg / DoubleX
Forked from Aurore54F/DoubleXStatically Detecting Vulnerable Data Flows in Browser Extensions at Scale
This repository contains all the XSS cheatsheet data to allow contributions from the community.
DOM Clobbering Wiki, Browser Testing, and Payload Generation
A syntax-highlighting pager for git, diff, grep, and blame output
A collection of Server-Side Prototype Pollution gadgets and exploits
This repository is a one-stop shop for diving deep into the fascinating world of mXSS (mutations caused by browser quirks in HTML parsing). providing a curated list of examples that showcase unexpe…
Lightweight static analysis for many languages. Find bug variants with patterns that look like source code.