Netron is an application for visualizing and inspecting neural network models. It supports various frameworks, including PyTorch, ONNX, TensorFlow Lite, Keras, and more, allowing users to open model files and...
In Linux development, you'll often deal with static libraries - archives ending with .a. These files package several compiled object files (.o) into a single unit, which makes distribution and...
When working with Linux, sometimes you will need to analyze a binary file - maybe you don't have the original source code, you want to understand how a program works...
When developing software on Linux, you may deal with static libraries (files ending in .a). These archives package compiled object files together, but sometimes you need to see what symbols...
When working with software development on Linux, you may encounter static libraries (files ending in .a). These archives bundle together multiple compiled object files into a single package. Sometimes it’s...
Working with Linux development often involves static libraries (files ending in .a), which are collections of compiled object files bundled together. In some cases, you may need to examine a...
When working with Linux binaries, one common headache is shared libraries loading issues. You might also run into runtime problems where symbol resolution goes wrong, and the wrong version of...
TruffleHog is an open-source security scanner to detect secrets hidden in codebases. These secrets can include API keys, cloud provider credentials, passwords, and other sensitive tokens that, if exposed, may...
Sherlock is an open-source command line tool for finding usernames across of many social media platforms. Given a username, Sherlock checks whether that username exists on hundreds of websites. Running...
ConvertX is a file conversion service, designed to run on the own server or device. It supports conversion of over 1,000 file formats - documents, images, audio, video, archives, etc...