Visual Studio Project

May 23, 2022 ยท View on GitHub

Create a .Net Framework Project

Selection_999(1450).png

Add SharpASM.cs to the project

Selection_999(1463).png

Selection_999(1452).png

(Optional) Create two build configuration to handle x86 and x86-64

Go on Build --> Configuration Manager

Selection_999(1504).png

Open the drop down menu Active solution platform and click on New

Selection_999(1505).png

Create the configuration

Selection_999(1506).png

Enable unsafe code

Pick Allow unsafe code in the project Build configuration

Selection_999(1501).png

Define conditional compilation symbol (only 64 bit)

Selection_999(1503).png

Write your program using SharpASM

Selection_999(1451).png

Contents

  1. 1Create a .Net Framework Project
  2. 2Add SharpASM.cs to the project
  3. 3(Optional) Create two build configuration to handle x86 and x86-64
  4. 3.1Configuration Manager">Go on Build --> Configuration Manager
  5. 3.2Open the drop down menu Active solution platform and click on New
  6. 3.3Create the configuration
  7. 4Enable unsafe code
  8. 5Define conditional compilation symbol (only 64 bit)
  9. 6Write your program using SharpASM