Skip to content

paste string formatted byte data block into x64dbg easy.

Notifications You must be signed in to change notification settings

0ffffffffh/yummyPaste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a plugin to able to paste the string formatted binary data into the x64dbg.

it can parse following formats

c style byte array, {0x90, 0x90, 0x90};

c style shellcode, "\x90\x90\x90"

decimal array 144, 144, 144 (can be surrounded with curlies).

or sequence of a decimal numbers.

144 144 144

installation 💾 drop the plugin binary into x64dbg's plugin directory. use dp32 for 32, dp64 for 64 bit of the debugger.

usage ⌨ just copy the text and paste it using yummyPaste's right-click menu. you can paste either to the disassembler or the dump window.

demo

wear mask 😷, stay safe

About

paste string formatted byte data block into x64dbg easy.

Resources

Stars

Watchers

Forks

Packages

No packages published