leonjza | 1 year ago | on: Gource: Software Version Control Visualization
leonjza's comments
leonjza | 1 year ago | on: The Bluesky firehose viewed in the style of a Windows XP screensaver
leonjza | 1 year ago | on: Gowitness – a CLI screenshot utility that uses Chrome headless
leonjza | 2 years ago | on: Firefly III: A free and open source personal finance manager
[1] https://github.com/firefly-iii/firefly-iii/tree/main/databas... [2] https://github.com/firefly-iii/firefly-iii/tree/main/app/Mod...
leonjza | 2 years ago | on: Show HN: Pypipe – A Python command-line tool for pipeline processing
[0] https://gist.github.com/leonjza/9d53b30a6b85ff837a27170a185a...
leonjza | 4 years ago | on: Firecracker v1.0 Released
One of the challenges I tried to build was one where a player would get access to the kernel commandline with the goal being that they should hack their way around the environment to get access to an encrypted disk. Unfortunately, that was when I get the now fixed bug[1].
[1] https://github.com/firecracker-microvm/firecracker/issues/27...
leonjza | 4 years ago | on: Fixing stutters in Papers Please on Linux
As for the patch (and my love for all things Frida [1]), I think a call to Intercerptor.replace() after locating the symbol with Module.getExportByName() [2] would make for a simpler patch (at the cost of installing Frida). For example:
const sym = Module.getExportByName("lime.ndll", "SDL_SemWait");
Interceptor.replace(sym, {
onEnter: function() {},
onLeave: function() {}
});
[1] https://frida.re/leonjza | 5 years ago | on: Ask HN: Where are the Beautiful clean HTML/CSS templates?
leonjza | 5 years ago | on: Swift on Windows
leonjza | 10 years ago | on: When Wifi goes down: Transfer files from Air gapped machines using QR codes
[0] https://github.com/leonjza/py2gource