| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 | 31 |
Tags
- attribute
- Unreal Engine
- C++
- UI
- stride
- gameplay ability system
- CTF
- photon fusion2
- unity
- animation
- 언리얼엔진
- Multiplay
- gameplay effect
- gameplay tag
- ability task
- MAC
- os
- listen server
- Replication
- 유니티
- 언리얼 엔진
- 게임개발
- linear regression
- Aegis
- 게임 개발
- rpc
- 보안
- local prediction
- widget
- gas
Archives
- Today
- Total
목록code reuse (1)
Replicated
Code-Reuse Attack- 컨트롤 플로우 어택의 서브클래스- 의도된 컨트롤 흐름을 전복하여 의도되지 않은 실행 경로를 타도록 유발 (엣지 변동)- 존재하는 코드를 이용해서 악의적인 결과를 냄 (system 같은 함수) ex.Return-to-Libc Attacks (Ret2Libc)Return-Oriented Programming (ROP)Jump-Oriented Programming (JOP) /* heap_bof.c */#include #include #include typedef struct chunk{ char inp[8]; void (*proc)(char *);} chunk_t;void showbuf(char *buf){ printf("buf = %s\n", buf);}v..
학부/운영체제보안
2024. 12. 5. 16:01