Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
morsisko authored Oct 25, 2020
1 parent 4b17100 commit 6196bb9
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,45 @@
# xSelectBlock
Plugin for x64dbg that allows you to select block of data in dump widget easier

# Features

## GUI inspired by HxD
![](https://i.imgur.com/KE353Tp.gif)

## Commands

### xrange
Allows you to select bytes in range of `start`-`stop`

`xrange start, stop`

Example:

`xrange 76F31000, 76F31013`

### xlen
Allows you to select bytes starting at `start` with length `len`

`xlen start, len`

Example:

`xlen 76F31000, 13`

### xext
Allows you to extend/shrink currect selection by `len`

`xext len`

Example:

`xext 2`

### xset
Allows you to set current selection to specific `len`

`xset len`

Example:

`xset 2`

0 comments on commit 6196bb9

Please sign in to comment.