vtil-project / VTIL-Core

Virtual-machine Translation Intermediate Language
BSD 3-Clause "New" or "Revised" License
1.31k stars 165 forks source link

How to compile VTIL IR? #71

Open solitudecc opened 2 years ago

mrexodia commented 2 years ago

You can take a look at the command line utils: https://github.com/vtil-project/VTIL-Utils

solitudecc commented 2 years ago

There doesn't seem to be a compile option

mrexodia commented 2 years ago

There should be a compile option, check the code.

ioncodes commented 2 years ago

You want to look at this.

solitudecc commented 2 years ago

Thank you very much

solitudecc commented 2 years ago

hi Does the compiled jmp xxxx need to be repaired by myself?

ioncodes commented 2 years ago

Not sure if the jump itself needs fixing, but the compilation functionality definitely isn't fully implemented yet, and did have some issues last time I used it.

solitudecc commented 2 years ago

I test there will be some conditional jump errors

solitudecc commented 2 years ago

But VTIL is really a great project