Search references for EAX. Phrases containing EAX
See searches and references containing EAX!EAX
Topics referred to by the same term
EAX may refer to: EAX mode, a mode of operation for cryptographic block ciphers EAX register, a 32-bit processor register of x86 CPUs Environmental Audio
EAX
Instruction for x86 microprocessors
main: push r12 mov eax, 1 sub rsp, 16 cpuid lea rdi, .m0[rip] mov esi, eax call printf xor eax, eax cpuid lea rdi, .m1[rip] mov esi, eax mov r12d, edx mov
CPUID
Authenticated encryption mode for block ciphers
EAX mode (encrypt-then-authenticate-then-translate) is a mode of operation for cryptographic block ciphers. It is an Authenticated Encryption with Associated
EAX_mode
Calling conventions used in x86 architecture programming
they are put into the EAX register by the callee, whereas floating point values are put in the ST0 x87 register. Registers EAX, ECX, and EDX are caller-saved
X86_calling_conventions
Digital signal processing software for audio
The Environmental Audio Extensions (or EAX) are a number of digital signal processing presets for audio, present in Creative Technology Sound Blaster
Environmental Audio Extensions
Environmental_Audio_Extensions
Low-level programming language family
following examples show. MOV EAX, [EBX] ; Move the 4 bytes in memory at the address contained in EBX into EAX MOV [ESI+EAX], CL ; Move the contents of
Assembly_language
Program translating executable to source code
assembly code: cdq eax ; edx is set to the sign-extension≠edi,edi +(tex)push xor eax, edx sub eax, edx could be translated to eax := abs(eax); Some idiomatic
Decompiler
Family of instruction set architectures
{ES}}:\\{\mathtt {FS}}:\\{\mathtt {GS}}:\end{matrix}}\ \ {\begin{bmatrix}{\mathtt {EAX}}\\{\mathtt {EBX}}\\{\mathtt {ECX}}\\{\mathtt {EDX}}\\{\mathtt {ESP}}\\{\mathtt
X86
List of x86 microprocessor instructions
also available in 32-bit mode, in which they operate on 32-bit registers (eax, ebx, etc.) and values instead of their 16-bit (ax, bx, etc.) counterparts
List_of_x86_instructions
Computer exploit using just-in-time compilation
$0x11223344,%eax mov eax,0x11223344 5: 35 11 22 33 44 xor $0x44332211,%eax xor eax,0x44332211 a: 35 11 22 33 44 xor $0x44332211,%eax xor eax,0x44332211
JIT_spraying
Class 5 telephone switch
The GTD-5 EAX (General Telephone Digital Number 5 Electronic Automatic Exchange) is the Class 5 telephone switch developed by GTE Automatic Electric Laboratories
GTD-5_EAX
Family of backward-compatible assembly languages
and R11 are also overwritten by syscall mov eax, 60 ; __NR_exit call number (x86_64) is stored in register eax. xor edi, edi ; This zeros edi and also rdi
X86_assembly_language
Free and open-source assembler
Linux on IA-32: .global _start .text _start: movl $4, %eax # 4 (code for "write" syscall) -> EAX register movl $1, %ebx # 1 (file descriptor for stdout)
GNU_Assembler
Keyword used in some programming languages to tag variables
mov eax, DWORD PTR [rsp+4] add esi, eax xor eax, eax call printf mov eax, DWORD PTR [rsp+4] mov edi, OFFSET FLAT:.LC0 mov DWORD PTR [rsp], eax mov eax, DWORD
Volatile (computer programming)
Volatile_(computer_programming)
Toolkit for building GUI and command-line based operating systems
EAX = EBX // move EBX to EAX => mov eax, ebx EAX-- // decrement EAX => dec eax EAX++ // increment EAX => inc eax EAX + 2 // add 2 to eax => add eax,
Cosmos_(operating_system)
In computing, a lock which causes a thread to loop continuously
in the EAX register. test eax, eax ; Test EAX with itself. Among other things, this will ; set the processor's Zero Flag if EAX is 0. ; If EAX is 0, then
Spinlock
Instruction for x86 processors
to 1 if cl == 0 jnz 0x8004f430 ; jump if ZF == 0 ; or test eax, eax ; set SF to 1 if eax < 0 (negative) js error ; jump if SF == 1 ; regular application
TEST_(x86_instruction)
Kernel mode debugger
eax, dword ptr [pIDT+2]; eax -> IDT add eax, 8 ; eax -> int 1 vector mov ebx, [eax] ; ebx == int 1 vector add eax, 16 ; eax -> int 3 vector mov eax,
SoftICE
Cryptography algorithm
"authenc". Examples of AE modes are CCM (SP800-38C), GCM (SP800-38D), CWC, EAX, IAPM, and OCB. Modes of operation are defined by a number of national and
Block cipher mode of operation
Block_cipher_mode_of_operation
Intermediate representation defined within the CLI specification
language, where eax and edx specify two different general-purpose registers: add eax, edx Code in an intermediate language (IL), where 0 is eax and 1 is edx:
Common_Intermediate_Language
Instruction encoding rule for the x86 instruction set
& R/M encoding, 32-bit mode R/M MOD 00 01 10 11 000 [EAX] [EAX+disp8] [EAX+disp32] AL / AX / EAX 001 [ECX] [ECX+disp8] [ECX+disp32] CL / CX / ECX 010
ModR/M
Computer sound card
in fact a highly capable gaming card, as it offers hardware decoding and EAX support, was replaced with the XtremeGamer model. The revised model featured
Sound_Blaster_X-Fi
Memory segmentation on Intel x86
g. (AT&T syntax): movl $42, %fs:(%eax) ; Equivalent to M[fs:eax]<-42) in RTL or in Intel syntax: mov dword [fs:eax], 42 However, segment registers are
X86_memory_segmentation
Binary arithmetic algorithm
the first argument. Using x86 assembly, values X and Y are in registers eax and ebx (respectively), and xor places the result of the operation in the
XOR_swap_algorithm
Set of execution startup routines linked into a C program
%eax, %eax # per ABI and compatibility with icc call main # %edi, %rsi, %rdx are the three args (of which first two are C standard) to main mov %eax,
Crt0
Family of sound cards by Creative Technology
The Audigy could process up to four EAX environments simultaneously with its upgraded on-chip DSP and native EAX 3.0 ADVANCED HD support, and supported
Sound_Blaster
Code intended as a payload to exploit a software vulnerability
same goal (EAX containing 1) without embedded zero bytes by first setting EAX to 0, then incrementing EAX to 1: 33C0 XOR EAX,EAX 40 INC EAX Text An alphanumeric
Shellcode
Unconditional jump instruction in x86 assembly language
0x56789AB1 Example three: Jump to the value stored in the EAX register, only in protected mode. JMP EAX The JMP (Jump) instruction transfers the program's control
JMP_(x86_instruction)
Stock exchange in Kigali, Rwanda - East Africa
The East Africa Exchange (EAX), also, East African Commodity Exchange, is a privately funded regional, agricultural commodities exchange in East Africa
East_Africa_Exchange
Instruction set architecture
enabled, the processor will perform a JMP EAX and begin executing AIS instructions at the address of the EAX register. Using AIS allows native access to
Alternate_Instruction_Set
Encryption method
Wrap; counter with CBC-MAC, CCM; encrypt then authenticate then translate, EAX; encrypt-then-MAC, EtM; and Galois/counter mode, GCM) have been standardized
Authenticated_encryption
64-bit x86 register
CPU cycles since its reset. The instruction RDTSC returns the TSC in EDX:EAX. In x86-64 mode, RDTSC also clears the upper 32 bits of RAX and RDX. Its
Time_Stamp_Counter
Program for displaying information about object files
00 mov eax,DWORD PTR [rip+0x200b15] # 601038 <globalA> 400523: 83 e8 01 sub eax,0x1 400526: 89 05 0c 0b 20 00 mov DWORD PTR [rip+0x200b0c],eax # 601038
Objdump
Computer sound card
EMU10K2 (CA0100 chip) could process up to 4 EAX environments simultaneously with its on-chip DSP and native EAX 3.0 ADVANCED HD support, and supported from
Sound_Blaster_Audigy
Cryptographic hash function
SipHash UMAC VMAC Authenticated encryption modes CCM ChaCha20-Poly1305 CWC EAX GCM IAPM OCB Attacks Collision attack Preimage attack Birthday attack Brute-force
SHA-1
Instruction for x86 processors
carry flag. Example: copy the third least significant bit from EAX to the carry flag BT EAX, 2 BTS (Bit Test and Set) operates the same, but also sets the
Bit_Test
Instruction set designed to be run by a software interpreter
2436F6DF: 850500000F22 TEST EAX, [#x220F0000] ; no-arg-parsing entry point ; E5: 8BD6 MOV EDX, ESI ; E7: 8B05A8F63624 MOV EAX, [#x2436F6A8] ; #<FDEFINITION
Bytecode
Software library for Windows operating system
DirectX Audio, however the API is still commonly referred to as DirectSound. EAX is an extension to DirectSound and DirectSound3D which provides sound effects
DirectSound
Communication standard for automatic meter reading
confidentiality and data integrity. The cipher mode used, a derivation of EAX mode called EAX' (EAX prime), is provably secure in the context of C12.22. However,
ANSI_C12.22
Design flaw in 1993-1997 Intel processors
C8 represents the instruction lock cmpxchg8b eax (locked compare and exchange of 8 bytes in register EAX). The bug also applies to opcodes ending in C9
Pentium_F00F_bug
Method of CPU communication
copy one, two or four bytes (outb, outw and outd, respectively) between the EAX register or one of that register's subdivisions on the CPU and a specified
Memory-mapped I/O and port-mapped I/O
Memory-mapped_I/O_and_port-mapped_I/O
Random data used as an additional input to a hash function
SipHash UMAC VMAC Authenticated encryption modes CCM ChaCha20-Poly1305 CWC EAX GCM IAPM OCB Attacks Collision attack Preimage attack Birthday attack Brute-force
Salt_(cryptography)
Type of data structure
SipHash UMAC VMAC Authenticated encryption modes CCM ChaCha20-Poly1305 CWC EAX GCM IAPM OCB Attacks Collision attack Preimage attack Birthday attack Brute-force
Merkle_tree
Password cracking dataset
SipHash UMAC VMAC Authenticated encryption modes CCM ChaCha20-Poly1305 CWC EAX GCM IAPM OCB Attacks Collision attack Preimage attack Birthday attack Brute-force
Rainbow_table
Unscientific measurement of CPU speed made by the Linux kernel
following assembler code ; input: eax = d0 ; output: eax = 0 jmp start .align 16 start: jmp body .align 16 body: decl eax jns body which can be rewritten
BogoMips
Key derivation function based on an HMAC
SipHash UMAC VMAC Authenticated encryption modes CCM ChaCha20-Poly1305 CWC EAX GCM IAPM OCB Attacks Collision attack Preimage attack Birthday attack Brute-force
HKDF
Telecommunication system for establishing telephone calls
1ESS switch, Northern Telecom SP1, Ericsson AXE, Automatic Electric EAX-1 & EAX-2, Philips PRX/A, ITT Metaconta, British GPO/BT TXE series and several
Telephone_exchange
Authenticated encryption mode for block ciphers
was the default in OpenZFS' native encryption. Authenticated encryption EAX mode Galois/Counter Mode Stream cipher Stream cipher attacks CCMP Dworkin
CCM_mode
American semiconductor design company
instructions: ld %r30,[%esp] // load from stack, into temporary add.c %eax,%eax,%r30 // add to %eax, set condition codes. ld %r31,[%esp] add.c %ebx,%ebx,%r31 ld
Transmeta
Taiwanese computer and electronics company
card, the Xonar DX, in February 2008. The Xonar DX was able to emulate the EAX 5.0 effects through the Asus GX software while also supporting Open AL and
Asus
a good instruction sequence for the x86 architecture is MOV EAX, a XCHG EAX, b ADD a, EAX For a comprehensive survey on instruction selection, see. The
Instruction_selection
Register in which intermediate arithmetic and logic results of a CPU are stored
MUL ECX will multiply the 32-bit registers ECX and EAX and split the 64-bit result between EAX and EDX. However, MUL and DIV are special cases; other
Accumulator_(computing)
Hash function that is suitable for use in cryptography
SipHash UMAC VMAC Authenticated encryption modes CCM ChaCha20-Poly1305 CWC EAX GCM IAPM OCB Attacks Collision attack Preimage attack Birthday attack Brute-force
Cryptographic_hash_function
Video game engine
permission to use in the Doom 3 engine, in exchange for supporting Creative's EAX advanced sound technologies. The original version of the id Tech 4 engine
Id_Tech_4
holding the repeat count, or until a match (or non-match) is found with AL/AX/EAX or with DS:[(E)SI]. This can be used to implement some types of searches
Zero-overhead_looping
VMRUN, VMLOAD, VMSAVE, INVLPGA and PVALIDATE instructions, the choice of AX/EAX/RAX depends on address-size, which can be overridden with the 67h prefix
List of x86 virtualization instructions
List_of_x86_virtualization_instructions
Airport in Kwatta, Suriname
Eduard Alexander Gummels International Airport (IATA: EAX, ICAO: SMEG) is an airport at the north of Paramaribo in Suriname. The official opening as an
Eduard Alexander Gummels Airport
Eduard_Alexander_Gummels_Airport
Hash functions
SipHash UMAC VMAC Authenticated encryption modes CCM ChaCha20-Poly1305 CWC EAX GCM IAPM OCB Attacks Collision attack Preimage attack Birthday attack Brute-force
SipHash
Design flaw in Cyrix 6x86 processors
0x36}; int main() { asm ( " movl $c, %ebx\n" "again: xchgl (%ebx), %eax\n" " movl %eax, %edx\n" " jmp again\n" ); } Execution of this program renders the
Cyrix_coma_bug
Proposed reconstructed word list for the Proto-Indo-European language
"goes" acem "I lead" A ak-, B āk- "go, lead" *h₂eḱs- "axis, axle" < *h₂eǵ- OE eax axis "axle" ákṣa- "axle" Russian osь "axis, axle" Lith ašis "axle, axis"
Indo-European_vocabulary
Computer communications authentication algorithm
SipHash UMAC VMAC Authenticated encryption modes CCM ChaCha20-Poly1305 CWC EAX GCM IAPM OCB Attacks Collision attack Preimage attack Birthday attack Brute-force
HMAC
Country in East Africa
environmental-outcome linked bonds. Parallel to equities, the East Africa Exchange (EAX) is a regional agricultural commodities exchange based in Kigali, which operates
Rwanda
Password-based key derivation function
SipHash UMAC VMAC Authenticated encryption modes CCM ChaCha20-Poly1305 CWC EAX GCM IAPM OCB Attacks Collision attack Preimage attack Birthday attack Brute-force
Bcrypt
Security-related instruction code processor extension
Wayback Machine, Intel, AUGUST 2015, page 36 "Structured Extended feature Leaf EAX=07h, EBX Bit 02: SGX" "Properly Detecting Intel Software Guard Extensions
Software_Guard_Extensions
Key derivation function
SipHash UMAC VMAC Authenticated encryption modes CCM ChaCha20-Poly1305 CWC EAX GCM IAPM OCB Attacks Collision attack Preimage attack Birthday attack Brute-force
PBKDF2
System that regulates the formation of blocks on a blockchain
SipHash UMAC VMAC Authenticated encryption modes CCM ChaCha20-Poly1305 CWC EAX GCM IAPM OCB Attacks Collision attack Preimage attack Birthday attack Brute-force
Proof_of_work
Derivatives – Mex Madagascar". mexmadagascar.com. "Home | East Africa Exchange - EAX". www.ea-africaexchange.com. "AceAfrica". www.aceafrica.org. "AHCX - AHL
List_of_commodities_exchanges
Set of cryptographic hash functions
SipHash UMAC VMAC Authenticated encryption modes CCM ChaCha20-Poly1305 CWC EAX GCM IAPM OCB Attacks Collision attack Preimage attack Birthday attack Brute-force
SHA-3
Set of cryptographic hash functions
SipHash UMAC VMAC Authenticated encryption modes CCM ChaCha20-Poly1305 CWC EAX GCM IAPM OCB Attacks Collision attack Preimage attack Birthday attack Brute-force
SHA-2
Embedding assembly in a high-level language
"int $0x80" // make the request to the OS : "=a" (res), // return result in eax ("a") "+b" (arg1), // pass arg1 in ebx ("b") [as a "+" output because the
Inline_assembler
Authenticated encryption mode of operation for block ciphers
produced a joint report. Block cipher mode of operation CCM mode CWC mode EAX mode Galois/Counter mode Ted Krovetz, Phillip Rogaway (July 23, 2012). "The
OCB_mode
Message-digest hashing algorithm
SipHash UMAC VMAC Authenticated encryption modes CCM ChaCha20-Poly1305 CWC EAX GCM IAPM OCB Attacks Collision attack Preimage attack Birthday attack Brute-force
MD5
2015 password-based key derivation function
SipHash UMAC VMAC Authenticated encryption modes CCM ChaCha20-Poly1305 CWC EAX GCM IAPM OCB Attacks Collision attack Preimage attack Birthday attack Brute-force
Argon2
Data structure
Register Value description EAX Extended memory between 1M and 16M, in KB. (Maximum value: 0x3C00 = 15360KB). EBX Count of 64K blocks above 16M. ECX Configured
Memory_map
Computer science method
mov eax, student.age[ebx] ret student_get_age endp student_set_age proc object:DWORD, age:DWORD mov ebx, object mov eax, age mov student.age[ebx], eax ret
Mutator_method
Computer assembly language instruction
accomplished by entering a 32-bit value corresponding to a kernel function into the EAX register of the processor and then executing INT 0x80. The INT3 instruction
INT_(x86_instruction)
English weard awn From Old Norse ögn axle May be a combination of Old English eax and Old Norse öxull (="axis") bag baggi bait beita band band (="rope") bank
List of English words of Old Norse origin
List_of_English_words_of_Old_Norse_origin
32-bit microprocessor by Intel
registers 31 ... 15 ... 07 ... 00 (bit position) Main registers (8/16/32 bits) EAX AX AL Accumulator ECX CX CL Count register EDX DX DL Data register EBX BX
I386
Mechanism of function calls in computers
invoked (i.e. routines that do not call other routines). Example call: push EAX ; pass some register result push dword [EBP+20] ; pass some memory variable
Calling_convention
Type of computer fault
(gdb) x/i $pc 0x80483ba <main+54>: mov DWORD PTR [eax],0x2a (gdb) p/x $eax $1 = 0x804a009 (gdb) p/t $eax & (sizeof(int) - 1) $2 = 1 The GDB debugger shows
Bus_error
SipHash UMAC VMAC Authenticated encryption modes CCM ChaCha20-Poly1305 CWC EAX GCM IAPM OCB Attacks Collision attack Preimage attack Birthday attack Brute-force
Message Authenticator Algorithm
Message_Authenticator_Algorithm
32-bit version of x86 architecture
availability of 32-bit general-purpose processor registers (for example, EAX and EBX), 32-bit integer arithmetic and logical operations, 32-bit offsets
IA-32
Practice and study of secure communication techniques
SipHash UMAC VMAC Authenticated encryption modes CCM ChaCha20-Poly1305 CWC EAX GCM IAPM OCB Attacks Collision attack Preimage attack Birthday attack Brute-force
Cryptography
Object-based surround sound technology
surround sound "audio holography" system for headphones tuned to ear shape. EAX, Creative, real-time multi-object spatial audio rendering implementation
Dolby_Atmos
D Brazilian Air Force (Belém Air Base) Belém Pará Brazil PBY-6A 46644 VH-EAX A Qantas Founders Outback Museum (Longreach Airport) Longreach Queensland
List of surviving Consolidated PBY Catalinas
List_of_surviving_Consolidated_PBY_Catalinas
Family of cryptographic hash functions
SipHash UMAC VMAC Authenticated encryption modes CCM ChaCha20-Poly1305 CWC EAX GCM IAPM OCB Attacks Collision attack Preimage attack Birthday attack Brute-force
Secure_Hash_Algorithms
Versions of a processor of the same processor type
including stepping level. For example, executing CPUID instruction with the EAX register set to '1' on x86 CPUs will result in values being placed in other
Stepping_level
Techniques to protect against brute-force attack
SipHash UMAC VMAC Authenticated encryption modes CCM ChaCha20-Poly1305 CWC EAX GCM IAPM OCB Attacks Collision attack Preimage attack Birthday attack Brute-force
Key_stretching
Extension to the x86 instruction set
instruction with EAX = 0xC0000000. If the resultant EAX >= 0xC0000001, the CPU is aware of Centaur features. An additional request with EAX = 0xC0000001 then
VIA_PadLock
Grammar of the Old Church Slavonic language
to all other verbal stems, is by adding onto the present stem the suffix -ěax- (which, in accordance with the first palatalization, is changed to -ěaš-
Old_Church_Slavonic_grammar
Instruction set architecture extension
specified by the XBEGIN instruction, with the abort status returned in the EAX register. TSX/TSX-NI provides a new XTEST instruction that returns whether
Transactional Synchronization Extensions
Transactional_Synchronization_Extensions
Machine instruction that indicates to a computer to do nothing
added to this are: 0x00 is [EAX] 0x40 0x00 is [EAX + 00H] 0x44 0x00 0x00 is [EAX + EAX*1 + 00H] 0x80 0x00 0x00 0x00 0x00 is [EAX + 00000000H] 0x84 0x00 0x00
NOP_(code)
Cryptographic hash function
SipHash UMAC VMAC Authenticated encryption modes CCM ChaCha20-Poly1305 CWC EAX GCM IAPM OCB Attacks Collision attack Preimage attack Birthday attack Brute-force
Elliptic_curve_only_hash
Undocumented Intel 80286 and 80386 instructions
source index EBP, base pointer ESP, stack pointer ES:EDI+1C 4× 4 EBX EDX ECX EAX ES:EDI+2C 2× 4 DR6 DR7 ES:EDI+34 4 TR, task state selector ES:EDI+38 4 LDTR
LOADALL
Topics referred to by the same term
of Adenosine Triphosphate Remote line unit, a type of switch in the GTD-5 EAX switching system RLU-1 Breezy, an American homebuilt aircraft design Rusline
RLU
Hash function phenomenon
SipHash UMAC VMAC Authenticated encryption modes CCM ChaCha20-Poly1305 CWC EAX GCM IAPM OCB Attacks Collision attack Preimage attack Birthday attack Brute-force
Hash_collision
Stock Exchange Kigali 2011 10 RSE InfoTech Capizar East Africa Exchange 2014 EAX Seychelles Merj Exchange Limited [fr] Victoria 2012 48 MERJ Somalia Somali
List of African stock exchanges
List_of_African_stock_exchanges
Cryptographic hash function
SipHash UMAC VMAC Authenticated encryption modes CCM ChaCha20-Poly1305 CWC EAX GCM IAPM OCB Attacks Collision attack Preimage attack Birthday attack Brute-force
Fugue_(hash_function)
Sound card
1000 MIPS. The EMU10K1 includes hardware acceleration for DirectSound and EAX 1.0 and 2.0 (environmental audio extensions), along with a high-quality 64-voice
Sound_Blaster_Live!
Cryptographic hash function
SipHash UMAC VMAC Authenticated encryption modes CCM ChaCha20-Poly1305 CWC EAX GCM IAPM OCB Attacks Collision attack Preimage attack Birthday attack Brute-force
N-hash
EAX
EAX
EAX
EAX
Boy/Male
Hindu
Powerful
Boy/Male
Hindu, Indian
A Hindu Month
Male
English
Unisex pet form of English Nichole and Nicholas, NICKY means "victor of the people."
Girl/Female
Hindu
Golden
Girl/Female
Indian
Sweet thing, Sweet, Pleasant, Dream
Girl/Female
Muslim/Islamic
The light e.g. nurul islam, the light of islam
Girl/Female
Hebrew American
Descended.
Girl/Female
Indian, Sikh
Beautiful Princess; Best Girt
Boy/Male
Hindu, Indian, Sanskrit, Telugu
The Moon
Boy/Male
Arabic, Finnish
Knot
EAX
EAX
EAX
EAX
EAX