Skip to content
Sunday, August 24 2025
  • Home
  • About
munsiwoolab
munsiwoolab
  • Home
  • Research
  • Reversing

Category: Reversing

reversing

Categories Research Reversing Tips

2019 코드게이트 발표 후기

  • By munsiwoo
  • 2019-03-28
  • 1

내가 준비한 주제는 Zend엔진(PHP 인터프리터) 오픈소스 오디팅을 통해 널리 알려진 PHP 트릭이 발생하는 이유와 분석 과정을 설명하며 그 중 취약점으로 웹해킹에 사용될 수 있는…

Read More
Categories Development Research Reversing

PHP 컴파일, 실행 bash 스크립트

  • By munsiwoo
  • 2019-01-29
  • 1

#!/bin/bash # data: 2019-01-29 # made by munsiwoo echo php compile and run PHP_PATH="/php/php-7.0.30" if [ -f /usr/local/bin/php ]; then rm -rf /usr/local/bin/php fi…

Read More
Categories Research Reversing Tips

내가 볼려고 적는 IDA 단축키 정리

  • By munsiwoo
  • 2018-09-25
  • 0

단축키 정리 모든 문자열 보기 : shift + f12 모든 문자열 검색 : alt + t hey-ray 실행 : f5 (안되면 함수 로직을 타고…

Read More
Copyright © 2025
 - Powered by Blogty.
  • Home
  • About