블로그
-
소프트웨어 개발보안 가이드 분석(2021) : 취약한 API 사용
금지된 API의 대표적인 예로는 스트링 자료와 관련된 gets(), strcat(),strcpy(),strncat(),strncpy(),sprintf() 등이 있다.
blog.naver.com · 2024.04.12
-
[시스템 보안] BOF(Buffer OverFlow)
. - 값이 지정되지 않은 (ex: strcpy,strcat ...)
blog.naver.com · 2017.01.29
-
[영진전문대 컴퓨터정보계열] c언어
char s[20] strcpy(s, "Nice to meet you"); 2)(char s[120]; char s2(20] ="Hello World"; strcpy(s1,s2); strcat
blog.naver.com · 2013.05.20
-
파라미터 변조
.* (특히 System.Runtime) C/C++ system(), exec**() strcpy(),strcat(), sprintf(), vsprintf()… 등 Python ex
blog.naver.com · 2011.09.13