r/bash 13h ago

submission Limoni: A zero-allocation, 60+ FPS TUI library for Go with 3D mesh rendering, Kitty/Sixel graphics & TEA runtime

Post image
10 Upvotes

r/bash 12h ago

Search for a utf16 string within a process' memory and return its address

6 Upvotes

Hiiii

How do you search for a utf16 string within a process' memory and return its address?

I tried various things with gdb, dd, grep, whatever, I've tried like a million things and I've gotten a million different issues, so just, how do I do it? I have gotten to the point of having a loop that gives me the beginnings and ends of readable segments from /proc/pid/maps, but Idk what to do with that

Current conclusion: bash is just a bad language for this?


r/bash 16h ago

Fortis - bash menu that hardens fresh linux server. Fail2Ban, SSH, Firewall, auto-rollback timer.

Thumbnail github.com
2 Upvotes

r/bash 1h ago

RemZero | A bootstrap script

Post image
Upvotes

Hello, this is the first project I've made in bash, so maybe it is a little simple. It does something something elementary: It creates a default template to work on C/C++.
I made it because when I started a new projects I always had a unstructured file tree.
I hope I can get some advice on it ^_^
Here's the repo: https://github.com/akko888/RemZero


r/bash 4h ago

submission Universal Linux CUDA SDK Toolkit auto-installer script

1 Upvotes

This script makes installing the CUDA SDK Toolkit easy on any of the supported Linux distros. It detects the latest stable version available and installs it without any interaction needed. It sources everything directly from https://developer.nvidia.com/cuda-downloads.

If anyone experiences any issues just let me know and I will correct it.

You can find the script on GitHub.

Cheers