This website requires JavaScript.
Explore
Help
Sign In
dot
/
macho
Watch
1
Star
0
Fork
0
You've already forked macho
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d9024990f9
macho
/
research
/
custom_loader
/
c.cc
3 lines
66 B
C++
Raw
Normal View
History
Unescape
Escape
update custom loader scripts
2023-06-01 17:29:45 +07:00
#
include
<stdio.h>
update code structure for custom_loader
2023-06-02 15:24:09 +07:00
void
exported_from_c
(
)
{
printf
(
"
from c
\n
"
)
;
}
Reference in New Issue
Copy Permalink