Browse the Dictionary...
All
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Navigation
Hacker Dictionary
Search the Dictionary
Most Viewed
Useful Links
Privacy Policy
Random Term
splat
n. 1. Name used in many places (DEC, IBM, and others) for the asterisk (`*') character (ASCII 0101010). This may derive from the...
VIEW ENTIRE DEFINITION
View Definition: patch space
patch space
n. An unused block of bits left in a binary so that it can later be modified by insertion of machine-language instructions there (typically, the patch space is modified to contain new code, and the superseded code is patched to contain a jump or call to the patch space). The widening use of HLLs has made this term rare; it is now primarily historical outside IBM shops. See
patch
(sense 4),
zap
(sense 4),
hook
.