Washi1337 / OldRod

An automated KoiVM disassembler and devirtualisation utility
GNU General Public License v3.0
345 stars 80 forks source link

No OldRod Executable to be Found #27

Closed JustMaaarc closed 4 years ago

JustMaaarc commented 4 years ago

I've redownloaded the Newest Version of OldRod-master now and I just simply can't find any Executable or (Drag and Drop) file that I can use.

Screenshot: https://imgur.com/a/gqSff0F

Washi1337 commented 4 years ago

You downloaded source code. You need to build it using e.g. Visual Studio, JetBrains Rider or just simply use MSBuild.

JustMaaarc commented 4 years ago

Sorry for being an extra noob but can you paste me the Full command I'd need to build the exe via cmd (if that's where you use MSBuild)

Washi1337 commented 4 years ago

Simply use:

msbuild

while being in the src directory.

Alternatively, you can download the bleeding-edge artifacts from AppVeyor.

Washi1337 commented 4 years ago

Closed for inactivity.