Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ Targets_Create
Function
Targets_Create
IDEHelper/Targets.cpp:7–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
USING_NS_BF;
6
7
BF_EXPORT void BF_CALLTYPE Targets_Create()
8
{
9
#ifndef __linux__
10
gX86Target = new X86Target();
11
#endif
12
}
13
14
BF_EXPORT void BF_CALLTYPE Targets_Delete()
15
{
Callers
3
FuzzApp
Method · 0.85
BootApp
Method · 0.85
GetExternCodeGen
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected