CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/external/source/exploits/CVE-2015-2426/dll/src/MySyscalls.asm
Views: 11789
1
.code
2
3
MyGetTextMetricsW PROC
4
mov r10, rcx
5
mov eax, 4214
6
syscall
7
ret
8
MyGetTextMetricsW ENDP
9
10
END
11