PDIFT++: System-Wide Memory Tracking Using a Single-Process Memory Tracker

M Kiperberg, N Zaidenberg - SN Computer Science, 2024 - Springer
Abstract Information-flow tracking is useful for preventing malicious code execution and
sensitive information leakage. Unfortunately, the performance penalty of the currently …

[HTML][HTML] Dynamic Taint Analysis in a Polyglot Virtual Machine/submitted by Dipl.-Ing. Jacob Kreindl

J Kreindl - 2024 - epub.jku.at
Dynamic taint analysis is a popular program analysis technique which detects whether
values from specific sources in the program under analysis propagate to specific sinks at run …

Optimizing Asynchronous JavaScript Applications

A Turcotte - 2023 - search.proquest.com
JavaScript is arguably today's most popular programming language, and it is ubiquitous as
the “language of the web”. It is dynamically typed, meaning that programmers do not write …

Polyglot, label-defined dynamic taint analysis in TruffleTaint

J Kreindl, D Bonetta, D Leopoldseder… - Proceedings of the 19th …, 2022 - dl.acm.org
Dynamic taint analysis assigns taint labels to sensitive data and tracks the propagation of
such tainted data during program execution. This program analysis technique has been …

[PDF][PDF] Machine-Learning-Based Optimization Heuristics in Dynamic Compilers/submitted by DI Raphael Moaner, BSc

R Mosaner - 2023 - epub.jku.at
Modern, optimizing compilers rely on hundreds of heuristics to decide whether and how to
apply optimizations during compilation. These heuristics are typically hand-crafted and …