정보보호/용어3 Taint Analysis (오염 분석) 읽고 있는 논문: BoKASAN: Binary-only Kernel Address Sanitizer for Effective Kernel Fuzzing 이하 내용을 참고한 블로그 Taint Analysis (오염 분석): 메모리에 'taint' 값을 삽입하고, 데이터를 추적하여 프로그램의 어떤 곳에서 영향을 미치는지 관찰하는 분석 방식: 정적 분석과 동적 분석으로 구분함 Static Taint Analysis (정적 분석): source code를 parsing 해서 control flow diagram을 그려 모든 분기를 확인하는 분석 방식.: 동적 분석보다는 code coverage가 높으나, 런타임 정보에 접근할 수 없어서 레지스터나 메모리 값을 체크할 수 없기 때문에 동적 분석에 비해서는 정확하지.. 2024. 9. 22. Kernel Binary 읽고 있는 논문: BoKASAN: Binary-only Kernel Address Sanitizer for Effective Kernel Fuzzing A kernel binary refers to the compiled code of an operating system kernel, which is the core component responsible for managing system resources and communication between hardware and software. When the system boots, this binary is loaded into memory by the bootloader and executed by the CPU. In most systems, th.. 2024. 9. 22. 카테고리 설명 앞으로 정보보호 분야에 대해 공부하면서 논문 등에서 접하게 된 용어를 기록해놓기 위함. 2024. 9. 22. 이전 1 다음