Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ x86RET
Function
x86RET
NULLC/Translator_X86.cpp:1128–1132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1126
return 5;
1127
}
1128
int x86RET(unsigned char *stream)
1129
{
1130
stream[0] = 0xc3;
1131
return 1;
1132
}
1133
1134
int x86REP_MOVSD(unsigned char *stream)
1135
{
Callers
1
TranslateToNative
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected