code-scan starred binch-go
2021-11-12 03:26:59 Author: github.com(查看原文) 阅读量:25 收藏

A lightweight ELF binary patch tool.

render1567170049118

Installation

Using Install script

$ curl https://raw.githubusercontent.com/tunz/binch-go/master/install.sh | bash

or, you can download a binary in releases page.

Usage

Shortcuts

Main View

g: Go to a specific address. (if not exists, jump to nearest address)
d: Remove a current line. (Fill with nop)
q: Quit.
s: Save a modified binary to a file.
enter: Modify a current line.
j/k: Move to next/previous instruction.
ctrl+f/b: Move to next/previous page.

Patch View

tab: Switch focusing opcode/instruction.
enter: Apply the patch.

文章来源: https://github.com/tunz/binch-go
如有侵权请联系:admin#unsafe.sh