mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
25 lines
799 B
Markdown
25 lines
799 B
Markdown
![]() |
# ropper
|
||
|
|
||
|
> 바이너리 파일에서 ROP 가젯을 찾습니다.
|
||
|
> 더 많은 정보: <https://scoding.de/ropper/>.
|
||
|
|
||
|
- 바이너리 파일의 가젯 나열:
|
||
|
|
||
|
`ropper --file {{경로/대상/바이너리}}`
|
||
|
|
||
|
- 정규 표현식을 사용하여 바이너리 파일의 가젯 필터링:
|
||
|
|
||
|
`ropper --file {{경로/대상/바이너리}} --search {{정규_표현식}}`
|
||
|
|
||
|
- 지정된 유형의 가젯을 바이너리 파일에서 나열:
|
||
|
|
||
|
`ropper --file {{경로/대상/바이너리}} --type {{rop|job|sys|all}}`
|
||
|
|
||
|
- 바이너리 파일에서 불량 바이트 가젯 제외:
|
||
|
|
||
|
`ropper --file {{경로/대상/바이너리}} --badbytes {{바이트_문자열}}`
|
||
|
|
||
|
- 지정된 명령어 수까지의 가젯을 바이너리 파일에서 나열:
|
||
|
|
||
|
`ropper --file {{경로/대상/바이너리}} --inst-count {{수량}}`
|