Looking for some free tools that might help your cyber security research or even some tools to help refine digital freedom that might not be in the app stores or on a git hub? No problem we have tools to help you check stuff like how programs work and if they are hiding malware to more tools written in go in the future to check out. More tools will be added here in the future. so enjoy. Check out our current products like LavaRock and FrozenLake Private search on our main page of this website or their respective sub domains.

RiverBed Malware Inspector for Microslop (Microsoft) Portable Executable. (PE files) .exe files.
- Check out header information, Entropy and SHA265 to be used for sites like Cisco Talos or Virus total,
- Cross platform so if an end user does not trust downloading and checking a bad exe file on their windows computer, they can run this program on a Linux computer or MacOS computer. This is all thanks to Go Language.
- Perform pixel data review of code inside images in logos for programs. Might find hidden messages or payloads or to visually look for discrepancies.
- “Translates binary opcodes back into human-readable assembly to identify ‘Anti-VM’ or ‘Anti-Debug’ tricks used by advanced persistent threats (APTs).”
- Suspicious Import Flagging”: “Automatically cross-references the Import Address Table (IAT) against a curated ‘Threat Map’ of dangerous Windows APIs (e.g.,
VirtualAllocEx,WriteProcessMemory,CreateRemoteThread).” - “Manifest Execution Level Audit”: “Instantly extracts and parses the XML manifest to flag binaries requesting
requireAdministratorprivileges without a valid functional reason.” - Entropy & Packing Detection: “Calculates Shannon Entropy across PE sections to unmask UPX, ASPack, or custom obfuscation layers designed to bypass traditional signature scanners.”
//Note this is not a replacement for antivirus software… does not mean that is not one of our future products in work but this is a command line tool with a some flags to be used to get some good data if an end user or a security researcher needs to dive deep or check suspicions. — email us below if you want a copy of the raw go language code.
More Tools for the tool box coming soon…
