# IDAPython 공부하면서 엄청 막 정리한 것 ea = idc.ScreenEA()print "0x%x %s" % (ea, ea) ea = here() # 위 2개는 같은 명령어로써 현재 위치의 주소를 가져올 수 있다. hex(MinEA()) # 제일 작은 주소를 불러옴 hex(MaxEA()) # 제일 큰 주소를 불러옴 idc.SegName(ea) # get text(세그먼트 이름의 문자열 표현을 얻음) idc.GetDisasm(ea) # get disassembly idc.GetMnem(ea) # get mnemonic idc.GetOpnd(ea,0) # get first operand idc.GetOpnd(ea,1) # get second operand idaapi.BADADDR # 주소가 존재하..
Docker Image(Ubuntu 16.04)를 사용하여 Django 작업 중에 한글을 처리하려고 하는데, UnicodeEncodeError - 'ascii' codec can't encode character ~~ 에러가 발생하는 경우가 있다. 처음에는 원인이 뭔지 몰라서 뷰, 모델, 템플릿 다 로그를 찍어가며 utf-8 인코딩을 수행했지만, 삽질이었다..해결 방법으로는 자신이 작업하는 리눅스 환경 자체에서 기본 인코딩을 utf-8로 설정해주면 해결이 가능하며, 아래 순서대로 진행하면 된다. * 우분투 16.04 버전 기준1. apt-get -y install locales2. locales-gen en_US.UTF-8참고 : https://github.com/nerves-project/nerves/..
Template 문법에서 indexing을 사용하고자 한다면, 아래와 같이 사용하면 된다.{% for data in lists %} {{ data }} - {{ forloop.counter0 }}{% endfor %}lists 변수에 ['1', '2', '3']이 들어있다면, 1 - 0, 2 - 1, 3 - 2 값이 출력된다.* 참고forloop.counter - The current iteration of the loop (1-indexed)forloop.counter0 - The current iteration of the loop (0-indexed)forloop.revcounter - The number of iterations from the end of the loop (1-indexed)fo..
- Total
- Today
- Yesterday
- .wll
- Flybits
- CVE-2018-0798
- Bisonal
- Yara
- VirusBulletin
- infostealer
- idapython
- Decoding
- Servey
- 멋쟁이사자처럼 4기
- Kimsuky
- AMSI
- 해킹메일
- Cisco Talos
- MS-Office
- cuckoo-sandbox
- 비트코인
- 한글악성코드
- 스피어피싱
- Static Analysis Engine
- keylogger
- CVE-2018-9375
- 위협정보공유
- 출처 : Do it 안드로이드 프로그래밍
- 악성코드
- malware
- us-cert
- koodous
- vuln
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |