일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 언리얼엔진
- stride
- 운영체제
- Race condition
- Rr
- RBAC
- TSet
- linear difference equation
- MLFQ
- frequency-domain spectrum analysis
- 유니티
- CTF
- DSP
- pdlc
- Security
- STCF
- AINCAA
- 게임개발
- ret2libc
- 메카님
- Unity #Indie Game
- DP
- MAC
- 유스케이스
- dirty cow
- dtft
- Double free
- 게임 개발
- 배경 그림
- sampling theory
Archives
- Today
- Total
목록use after free (1)
다양한 기록
Use After Free
CWE 416이미 해제된 메모리 청크를 가리키는 포인터를 다시 참조함https://github.com/Lagooneng/UseAfterFree GitHub - Lagooneng/UseAfterFree: 간단한 Use After Free 예시간단한 Use After Free 예시. Contribute to Lagooneng/UseAfterFree development by creating an account on GitHub.github.com예시 코드 프로세스에서 의도되지 않은 동작을 유발할 수 있음#include #include struct unicorn_counter {int num;};int main() { struct unicorn_counter *counter; int *run_cal..
보안개론
2024. 6. 3. 17:35