![]() |
|
#1
|
||||
|
||||
|
C/C++ Library for Evaluate ASM Codes
Hi everyone.
I'm looking for a tiny library (very tiny or lightweight library - because, it's just for simple instructions like the sample below) in C/C++ (or binding) that able to: - Evaluate simple x86/x64 assembly codes (execute codes from a string to get output). - Each asm instruction has callback or hook (at least memory access instruction, for several special purposes, E.g. using ReadProcessMemory to read memory from other process, etc). Maybe a little bit like a VM. Code:
MOV RAX,$INPUT ADD RAX,8 MOV RAX,[RAX] # eg. memory access instruction MOV $OUTPUT,RAX Last edited by vic4key; 07-17-2022 at 01:21. Reason: for more clear |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| VS2019 could not evaluate ebp-n | BlackWhite | General Discussion | 0 | 03-13-2021 14:47 |
| How you inject codes? | Hero | General Discussion | 8 | 10-10-2005 20:11 |