Initial import
This commit is contained in:
12
libc/nt/advapi32/RegSetValueA.s
Normal file
12
libc/nt/advapi32/RegSetValueA.s
Normal file
@@ -0,0 +1,12 @@
|
||||
.include "o/libc/nt/codegen.inc"
|
||||
.imp advapi32,__imp_RegSetValueA,RegSetValueA,1680
|
||||
|
||||
.text.windows
|
||||
RegSetValueA:
|
||||
push %rbp
|
||||
mov %rsp,%rbp
|
||||
.profilable
|
||||
mov __imp_RegSetValueA(%rip),%rax
|
||||
jmp __sysv2nt6
|
||||
.endfn RegSetValueA,globl
|
||||
.previous
|
||||
Reference in New Issue
Block a user