Pinned Repositories
Implib.so
POSIX equivalent of Windows DLL import libraries
libdebugme
Automatically spawn gdb on error.
maintainer-scripts
A bunch of useful scripts for toolchain/distro maintenance.
python-hate
A growing list of things I dislike about Python
ShlibVisibilityChecker
Tool for locating internal symbols unnecessarily exported from shared libraries.
sighandlercheck
Proof-of-concept tool for checking signal handlers for reentrancy issues.
sortcheck
Tool for detecting violations of ordering axioms in qsort/bsearch callbacks.
sortcheckxx
Tool for detecting violations of ordering axioms in STL comparators
SymbolHider
A tool which hides symbols exported from shared libraries or relocatable object files
valgrind-preload
LD_PRELOAD-able library which runs all spawned processes under Valgrind.
yugr's Repositories
yugr/sighandlercheck
Proof-of-concept tool for checking signal handlers for reentrancy issues.
yugr/primogen
A toy prime number generator in Verilog
yugr/DirtyPad
Clang plugin which fills structure pads to provoke buffer overflow errors
yugr/failing-malloc
A simple 5-minute checker which simulates OOM failures by returning NULL from malloc
yugr/ld-limiter
Limit number of parallel link jobs
yugr/InterposeChecker
Experimental project to locate symbol interpositions in Debian packages
yugr/parmatch
A simple script for finding unbound parameters in Verilog module instantiations.
yugr/sudoku
A simple Sudoku solver that I've done to experiment with SAT/SMT solvers.
yugr/gatecheck
Yet another Verilog static analyzer
yugr/gcc
yugr/libcxx
Project moved to: https://github.com/llvm/llvm-project
yugr/pylint
A Python static code analysis tool which looks for programming errors, helps enforcing a coding standard, sniffs for code smells and offers simple refactoring suggestions.
yugr/question-58541216
Temp repo for experiments with https://stackoverflow.com/questions/58541216/transitive-symbol-visiblity-in-c
yugr/seflasher
Simple serial port flasher
yugr/ShlibVisibilityChecker-test
Tests for yugr/ShlibVisibilityChecker-action project