Buckshot Yankee

0001-01-01

Buckshot Yankee was a defensive operation led by the Department of Defense against Agent.BTZ malware that led to the creation of the United States ...

Read More

buffer overflow

0001-01-01

a buffer overflow is a software bug in which a program is able to write data to a buffer beyond the buffer’s allocated space, causing memory ...

Read More

bug (computer)

0001-01-01

A computer bug is an error within a computer’s hardware or software that causes unexpected results.

Read More

Bug Bounty

0001-01-01

Bug Bounty is a reward given to the reporter of a security vulnerability.

Read More

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