C++ Inline Assembly Hex Conversion and int conversion
Budget: $10 – $30 USD
I currently have a C++ inline assembly file that contains valid C++ code which works in a GNU compiler.
However I need it work in a Visual Studio 2008 C++ compiler
What I need you to do:
Task 1 : Assign the Hex Values in the file to integers
example:
cmp byte ptr [0x100474b0], 0
Change to:
int nVar27 = 0x100474b0;
cmp byte ptr [nVar27], 0
The compiler will accept this as now the hex has been assigned to an integer variable
Task 2
In the file "int3" is used in inline asm you will need to convert this to have the compiler accept the value without error
Requirements:
Must use Windows 10 or lower Windows version.
Download DirectX9 (Needed for Header file)
Must use visual studio 2008 C++ (download link below)
The file that needs the conversions is below( the attached cpp file)
Note: This is not a difficult task as the requirements are straightforward although it is a tedious task. If I do reach out for updates respond need this task done asap
:
To download DirectX use this link:
https://archive.org/download/dark-gdk-161107
Download the "dxsdk_aug2007.exe"
Download the "directx_9c_redist.exe"
To download Visual studio 2008 use this link:
https://drive.google.com/file/d/1l-PbPw9ELlthlM5PREHeH1mT8sBhH1xp/view?usp=share_link
You want to install Visual Studio 2008 C++ Express Edition
However I need it work in a Visual Studio 2008 C++ compiler
What I need you to do:
Task 1 : Assign the Hex Values in the file to integers
example:
cmp byte ptr [0x100474b0], 0
Change to:
int nVar27 = 0x100474b0;
cmp byte ptr [nVar27], 0
The compiler will accept this as now the hex has been assigned to an integer variable
Task 2
In the file "int3" is used in inline asm you will need to convert this to have the compiler accept the value without error
Requirements:
Must use Windows 10 or lower Windows version.
Download DirectX9 (Needed for Header file)
Must use visual studio 2008 C++ (download link below)
The file that needs the conversions is below( the attached cpp file)
Note: This is not a difficult task as the requirements are straightforward although it is a tedious task. If I do reach out for updates respond need this task done asap
:
To download DirectX use this link:
https://archive.org/download/dark-gdk-161107
Download the "dxsdk_aug2007.exe"
Download the "directx_9c_redist.exe"
To download Visual studio 2008 use this link:
https://drive.google.com/file/d/1l-PbPw9ELlthlM5PREHeH1mT8sBhH1xp/view?usp=share_link
You want to install Visual Studio 2008 C++ Express Edition