본문 바로가기

전체 글

(387)
mips 특징 보호되어 있는 글입니다.
chroot qemu static 환경변수 설정 보호되어 있는 글입니다.
유니콘[Unicorn] 활용 에뮬레이션 엔진인 Unicorn 활용단한 Shellcode나 특정 함수 퍼징 수행할때 사용The task is to call super_function in a way that it will return 1. 1234567891011121314151617181920212223242526272829303132333435int strcmp(char *a, char *b){ //get length int len = 0; char *ptr = a; while(*ptr) { ptr++; len++; } //comparestrings for(int i=0; i
디바이스 동적분석 환경 구축 [1] - Pro1 보호되어 있는 글입니다.
unsafe unlink 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152#-*- coding: utf-8 -*-#!/usr/bin/env pythonfrom pw..
Consolidate 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816..
SCTF Rev[100] 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109#!/usr/bin/env python import gdbimport time gdb.execute("set pagination off") heap_bp = [0x401773] circle = {'d':0x60764C, 'f':0x60764D ,'j':0x60764E, 'k':0x60764F} """d_flag = '$..
embedded firmware 가상주소 보호되어 있는 글입니다.