Did you ever wonder how node is able to require binary modules? Let's use the source to find out! (more…)
Read more »
I build robots for fun. Rick Sanchez It’s common knowledge that in 2019 the NSA decided to open source its reverse engineering framework known as Ghidra. Due to its versatility, it quickly became popular among security researchers. This article is one of... (more…)
Read more »
If we want to be able to require an external module, all we have to do is to provide a path to it via the NODE_PATH env variable. (more…)
Read more »
The server-side JavaScript juggernaut's complexity and vulnerabilities still beguile many devs...
Read more »