반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Windows Kernel Driver
- 해킹
- HackCTF
- pcap packet
- arudino
- Windows Kernel Debug
- 포너블
- 윈도우 커널
- 윈도우 커널 드라이버
- IAT Hooking
- pwnable
- apphelp.dll
- Windows Kernel
- windows kernel debugging
- vcruntime140.dll
- hacking
- 개발 환경 준비
- Windows
- 시스템해킹
- Network Byte Order
- ucrtbase.dll
- 네트워크 바이트 오더
- 바이트 오더
- Msvcrt.dll
- packet capture
- vcruntime.dll
- C언어 패킷캡쳐
- 윈도우 커널 디버깅
- 개발하기
- pcap packet capture
Archives
- Today
- Total
목록2022/04/21 (1)
미친해커
[Nintendo 3DS] hello-world 예제 코드분석(주석설명)
hello-world 예제 hello-world 예제는 devkitPro를 설치하면 함께 다운로드되는 Nintendo 사의 게임기들의 예제 코드(프로젝트)중 하나 이다. 기본적으로 검은색 콘솔 중앙에 'Hello World!' 를 출력한다. 코드는 다음과 같다. /* Hello World example made by Aurelio Mannara for libctru This code was modified for the last time on: 12/12/2014 21:00 UTC+1 */ #include #include int main(int argc, char **argv) { gfxInitDefault(); //상단 화면을 콘솔 초기화합니다. 두 번째 인자로 NULL을 사용하면 기본 콘솔을 사용합니..
Nintendo/3DS
2022. 4. 21. 22:45