PLT redirection through shared object injection into a running process
https://www.codeproject.com/Articles/30824/PLT-redirection-through-shared-object-injection-in
https://www.codeproject.com/Articles/30824/PLT-redirection-through-shared-object-injection-in
CodeProject
PLT redirection through shared object injection into a running process
The first part of a two-part article which will illustrate how to redirect the PLT of a process through the injection of a shared object into its address space.
Redirecting functions in shared ELF libraries
https://www.codeproject.com/KB/library/elf-redirect.aspx
https://www.codeproject.com/KB/library/elf-redirect.aspx
β€2
Programming Without Pointers
https://www.hytradboi.com/2025/05c72e39-c07e-41bc-ac40-85e8308f2917-programming-without-pointers
https://www.hytradboi.com/2025/05c72e39-c07e-41bc-ac40-85e8308f2917-programming-without-pointers
Hytradboi
Programming without pointers
β€1
Reverse Engineering OpenAI Code Execution to make it run C + JavaScript
https://x.com/benswerd/status/1899853533761200300
https://x.com/benswerd/status/1899853533761200300
π2
Typed Lisp, A Primer
https://alhassy.com/TypedLisp.html
https://alhassy.com/TypedLisp.html
Alhassy
Typed Lisp, A Primer
Parsing Protobuf at 2+GB/s
: How I Learned To Love Tail Calls in Chttps://blog.reverberate.org/2021/04/21/musttail-efficient-interpreters.html
blog.reverberate.org
Parsing Protobuf at 2+GB/s: How I Learned To Love Tail Calls in C
Parsing, performance, and low-level programming.
π1
The Software Foundations Series
: a broad introduction to the mathematical underpinnings of reliable softwarehttps://softwarefoundations.cis.upenn.edu/
π₯4π2π2
Stupid Smart Pointers in C
http://blog.kevinalbs.com/stupid_smart_pointers
http://blog.kevinalbs.com/stupid_smart_pointers
Kevinalbs
Stupid Smart Pointers in C
Speeding up C++ code with template lambdas
https://lemire.me/blog/2025/03/15/speeding-up-c-code-with-template-lambdas/
https://lemire.me/blog/2025/03/15/speeding-up-c-code-with-template-lambdas/
π2
parallel-implementation.pdf
371.5 KB
A Parallel Implementation for Optimal Lambda-Calculus Reduction
https://dl.acm.org/doi/pdf/10.1145/351268.351270
https://dl.acm.org/doi/pdf/10.1145/351268.351270
π3
Directed Virtual Reductions
https://citeseerx.ist.psu.edu/document?repid=rep1&type=pdf&doi=698e7bbf356a4cf3c5122ddd2274483f99782f67
https://citeseerx.ist.psu.edu/document?repid=rep1&type=pdf&doi=698e7bbf356a4cf3c5122ddd2274483f99782f67
π2
Computed goto for efficient dispatch tables
https://eli.thegreenplace.net/2012/07/12/computed-goto-for-efficient-dispatch-tables
https://eli.thegreenplace.net/2012/07/12/computed-goto-for-efficient-dispatch-tables
π₯4π2β€1π1