This website requires JavaScript.
Explore
Help
Sign In
0x221E
/
SecurityEmulator
Watch
1
Star
0
Fork
0
You've already forked SecurityEmulator
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
71f516b56477fe094a199ee60c35510c773ac3a6
SecurityEmulator
/
example
/
test.c
8 lines
71 B
C
Raw
Normal View
History
Unescape
Escape
Initial Commit
2026-02-04 12:52:42 +01:00
Feature: Basic GUI that displays hex information, register information, instruction information.
2026-02-06 19:20:42 +01:00
#
include
<stdio.h>
Initial Commit
2026-02-04 12:52:42 +01:00
int
main
(
void
)
{
Feature: Basic GUI that displays hex information, register information, instruction information.
2026-02-06 19:20:42 +01:00
printf
(
"
Hello!
"
)
;
Initial Commit
2026-02-04 12:52:42 +01:00
return
0
;
}
Reference in New Issue
Copy Permalink