일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- linux thread
- thread local storage
- pthread
- tracing
- pinpoint
- Android
- v8 tracing
- v8 optimizing
- anti debugging
- android inject
- linux debugging
- tracerpid
- OSR
- 난독화
- TLS
- on-stack replacement
- 안티디버깅
- so inject
- Linux packer
- LLVM
- LLVM Obfuscator
- Injection
- Linux custom packer
- initial-exec
- uftrace
- apm
- LLVM 난독화
- on stack replacement
- custom packer
- Obfuscator
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 |
Comments