bug tracker

0001-01-01

Bug trackers refer to software tools used to help track and manage software bugs.

Read More

bugs

0001-01-01

Read More

build system

0001-01-01

A build system is a set of tools that aid with the automation of software compilation, linking, packaging, and testing.

Read More

build systems

0001-01-01

Read More

building micropython on Debian

0001-01-01

basic instructions to build micropython on Debian

sudo apt install libmbedtls-dev libffi-dev libreadline-dev # may need others, but i needed these ...

Read More

building UPX on Debian

0001-01-01

UPX is no longer in the apt repositories on March 31, 2025.

To build:

git clone https://github.com/upx/upx
cd upx
git submodule update --init ...
Read More

bulletproof hosting

0001-01-01

Bulletproof hosting is infrastructure services resilient to complaints of illegal/unwanted activity. This is commonly associated with cybercrime.

Read More

burneye

0001-01-01

burneye is an ELF encrypter/protector written by scut of team TESO.

ELFs protected by burneye may contain the following string:

TEEE burneye - TESO ...

Read More

Burp Suite

0001-01-01

Burp Suite is software used for testing web applications developed by Portswigger.

https://portswigger.net/burp

Read More

Busybox

0001-01-01

BusyBox is an open source software that combines several standard Unix utilities into one single executable file.

BusyBox is sometimes called the ...

Read More