enkomio / AlanFramework

A C2 post-exploitation framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation Guide

piedacoulisse2 opened this issue · comments

Hello,
I wonder if you have a guide/ReadMe to compile the Server.dll file from the src folder with Visual Studio.
Best regards,
Piedacoulisse

Hi,
Unfortunately I don't have anything available yet. I plan to write a compilation guide using VS2022.

Thanks.

I'd like to leave this issue open until I finish to write the guide :)

hi,
I modified the code and written down the steps to compile Alan. Check the README file and let me know if you encounter any problems.

@enkomio Thank I will test the process as soon as possible.

There is just a small mistake in the cmd prompt.
Release file written at: E:\Tools\Misc\out\Alan.v7.0.518.4.zip
Insteed of :
Release file written at: E:\Tools\Misc\out\release\Alan.v7.0.518.4.zip

For the rest, it compiles well.