Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0ffffffffh/yummypaste
paste string formatted byte data block into x64dbg easy.
https://github.com/0ffffffffh/yummypaste
Last synced: 6 days ago
JSON representation
paste string formatted byte data block into x64dbg easy.
- Host: GitHub
- URL: https://github.com/0ffffffffh/yummypaste
- Owner: 0ffffffffh
- Created: 2020-08-21T12:49:21.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-02T10:45:23.000Z (almost 4 years ago)
- Last Synced: 2023-03-12T01:07:08.480Z (over 1 year ago)
- Language: C
- Size: 245 KB
- Stars: 36
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](https://user-images.githubusercontent.com/437161/90892729-74278c00-e3c6-11ea-8a5b-5c31bdef2b09.gif)
## wear mask 😷, stay safe