hxm-cpp
hxm-cpp
there is one thing i noticed that doesn't make much sens with the LEA instruction : given the example : LEA RCX, QWORD PTR DS:[100000000] # "\x48\x8D\x0D\xE7\x0F\x55\xB8" this would normaly...
your parser code need to be fixed, i'll pr it later, there is also some other problems. ```asm construct: mov rbp, rsp sub rsp, 0200h ;set rsp to lower place...
std::sort fix
Hello, thanx for the cool project, but i came across this error : 

``` X:/dev/xVMP/src/include/llvm/Support/FileSystem.h: In function 'std::error_code llvm::sys::fs::file_size(const llvm::Twine&, uint64_t&)': X:/dev/xVMP/src/include/llvm/Support/FileSystem.h:684:19: error: 'class llvm::sys::fs::file_status' has no member named 'getSize' 684 | Result = Status.getSize(); | ^~~~~~~ ```
``` mkdir build && cd build cmake .. -DCMAKE_BUILD_TYPE=Release ``` result in [cmake] -- Configuring done (3.3s) [cmake] CMake Error at library/CMakeLists.txt:283 (add_library): [cmake] Cannot find source file: [cmake] [cmake]...
it would be beneficial to enhance the current functionality by adding the following features: 1. Display Unencoded Instructions: It would be great if the assembler could provide an option to...