This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
mysql-audit
mirror of
https://github.com/mcafee-enterprise/mysql-audit
Watch
1
Star
0
Fork
You've already forked mysql-audit
0
Code
Issues
Projects
Releases
Wiki
Activity
master
mysql-audit
/
udis86
/
tests
/
asm
/
32
/
reljmp.asm
25 lines
197 B
NASM
Raw
Permalink
Blame
History
[
bits
32
]
[
org
0x80000000
]
l1:
nop
nop
nop
nop
nop
jmp
l1
nop
jmp
word
l2
nop
nop
jmp
dword
l2
nop
nop
nop
l2:
nop
nop
jmp
l1
Reference in New Issue
View Git Blame
Copy Permalink