3 Matching Annotations
- Aug 2022
-
Local file Local file
-
ANALYSIS OF ATTACK EVENTS
-
Flash loan is a type of unsecured lending that relies on the atomicity of blockchain transactions at the point of execution and adds dynamism to DeFi
-
Reentry attack " the DAO"
-
Arithmetic bug
-
-
- Dec 2021
-
www.cs.sfu.ca www.cs.sfu.ca
-
one for unsigned (mulq) and one for two’s-complement (imulq) multiplication.For both of these instructions, one argument must be in register %rax, and theother is given as the instruction source operand.
mulq 和 imulq 分别表示什么指令集,他们的操作数有什么要求?
-
- Jan 2017
-
academic.evergreen.edu academic.evergreen.edu
-
LSB (least significant bit): The rightmost bit MSB (most significant bit): The leftmost bit
This only applies to Little-endian architecture. Big-endian is reversed.
-