일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- initial-exec
- anti debugging
- 난독화
- 안티디버깅
- LLVM Obfuscator
- TLS
- tracerpid
- Linux custom packer
- LLVM 난독화
- v8 optimizing
- pinpoint
- linux thread
- tracing
- Android
- OSR
- pthread
- Obfuscator
- android inject
- Linux packer
- v8 tracing
- thread local storage
- uftrace
- linux debugging
- custom packer
- so inject
- Injection
- LLVM
- on-stack replacement
- on stack replacement
- apm
Archives
- Today
- Total
Why should I know this?
git 계정 설정 본문
# name
git config --global user.name "HanbumPark"
# email
git config --global user.email "kese111@gmail.com"
# commit with signed off
git commit -s
'Study' 카테고리의 다른 글
Control Flow Integrity for COTS Binaries (0) | 2023.02.04 |
---|---|
Class linking 메커니즘 - jvm (0) | 2022.09.30 |
역공학(=Reverse Engineering)을 위한 컴퓨터 기본 원리 (0) | 2022.02.15 |
[C] 다른 문자 위치 찾기 (0) | 2019.11.17 |
git 복구 (0) | 2019.09.25 |