named pipe

0001-01-01

A named pipe on Linux and Unix-like systems, also known as a FIFO, are special types of files utilized for interprocess communication. Named pipes ...

Read More

nanodump

0001-01-01

nonodump is a tool used to create a MiniDump of the LSASS process.

https://github.com/fortra/nanodump

Read More

NASA

0001-01-01

The National Aeronautics and Space Administration is an agency of the United States federal government responsible for the civil space program, ...

Read More

NASM

0001-01-01

NASM (The Netwide Assembler) is an open-source assembler that targets x86 and x86_64 architectures.

https://www.nasm.us/

Read More

NASM include file

0001-01-01

NASM can utlilize header files with the ‘%include’ directive:

%include "header.inc"

section .data
    msg db MESSAGE ; MESSAGE ...
Read More

NAT

0001-01-01

Network Address Translation (NAT) is a computer networking technique that allows several devices on a private network to use the internet by sharing a ...

Read More

National Oceanic and Atmospheric Administration

0001-01-01

The National Oceanic and Atmospheric Adminstration (NOAA) is a United States government scientific and regulatory agency that forecasts weather, ...

Read More

National Security Agency

0001-01-01

The National Security Agency (NSA) is an intelligence agency of the United States Department of Defense (DoD).

Read More

National Weather Service

0001-01-01

The National Weather Service (NWS) is a United States government agency operating under the National Oceanic and Atmospheric Administration (NOAA) ...

Read More

Native API

0001-01-01

The Native API is an API used by Windows NT and user mode applications.

Most of the native API calls are implemented in ntoskrnl.exe and exposed to ...

Read More