Mariox222 / hex-dump-C

plugin for x64dbg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advanced-pattern-search

plugin for x64dbg

Description

Displays how would C/C++ variables look in proccess memory

Usage

In the x64dbg, run the command:

mempat path

where path is path to the text file with C variable values you want hex dump of. Example content of the input file:

int 100
float 12.3
double -0.12

About

plugin for x64dbg

License:Boost Software License 1.0


Languages

Language:C++ 49.6%Language:CMake 43.2%Language:C 7.1%