๐“†ฃ ๐”—ฬถ๐”ขฬถ๐”ฑฬถ๐”ฐฬถ๐”ฑฬถ๐”žฬถ๐” ฬถ๐”จฬถ ๐“†ฃ
107 subscribers
176 photos
2 videos
4 files
43 links
Download Telegram
I present



dSBOM


Well as of this days every major company is obsessed with supply chain security and generating Software Bill of Materials (SBOMs) to comply with government regulations.

and mainly 99% of current tools only generate Static SBOMs. They scan source code, package.json, or go.mod files. But what is written on disk is not always what runs in memory.

Hackers(non script kiddies) are exploiting this blind spot. For example, recent 2026 attacks, like the MicrosoftSystem64 RAT, hide massive 81MB payloads inside single executables disguised as native, stripped ELF binaries. A static scanner looks at the binary, sees a standard Linux file, and passes it. It completely misses the malicious libraries loaded dynamically at runtime via dlopen() or hidden Node.js runtimes packed inside.

So I will build a lightweight, C++ CLI tool that doesn't care about source code. Instead, it runs the binary and traces it to generate a Runtime SBOM.
sbom_gaiyo_en.pdf
284.6 KB
Okay according to this, handmade non AI pdfs that explains about SBOM to make the code and some tests. And the code is actually less than I expected.

tests
โ”œโ”€โ”€ basic_link.c
โ”œโ”€โ”€ dynamic_load.c
โ”œโ”€โ”€ memory_injections.c
โ””โ”€โ”€ stress_syscall.c
I ma start studying for matrik, tomorrow so won't be back until Thursday, with my laptop. Adios till then.
โšก1๐Ÿ˜ญ1๐Ÿ‘€1
Not gonna study today lol, maybe tomorrow I was on 4 am but now it's 7 so nahhh already ruined.
๐Ÿ˜ญ3
So today we went to AAU for a third round and today we were also given our admission card and after the orientation we went to the exam and i accidentally left my admission card inside the room and went out of the uni. Good thing i found it bad thing i was put as an example for the whole students.
๐Ÿ˜ญ2