| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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
- gameplay ability system
- C++
- 언리얼엔진
- MAC
- animation
- photon fusion2
- Unreal Engine
- gas
- rpc
- 언리얼 엔진
- 게임개발
- Replication
- linear regression
- gameplay tag
- Aegis
- listen server
- stride
- 보안
- attribute
- os
- 유니티
- 게임 개발
- local prediction
- ability task
- unity
- UI
- widget
- Multiplay
- gameplay effect
- CTF
Archives
- Today
- Total
목록code injection (1)
Replicated
Heap Overflow with code injection
Code-injection Attacks- 컨트롤 하이재킹 어택의 서브클래스 .. 삽입된 악성 코드에 의해 의도된 컨트롤 플로우를 파괴 쉘코드- 오버플로우되어 버퍼에 저장되는 경우가 많음- 컨트롤을 쉘로 옮겨버림- 기계어코드로 프로세서와 OS에 종속적Heap Overflow// Vulnerable heap overflow C codetypedef struct chunk{ char inp[64]; void (*process)(char *)} chunk_t;void showlen(char *buf){ int len; len = strlen(buf); printf("buffer read %d chars\n", len);}int main(int argc, char *argv[]){ ..
학부/운영체제보안
2024. 12. 5. 15:11