enkomio / AlanFramework

A C2 post-exploitation framework
Other
461 stars 72 forks source link

Compilation Guide #7

Closed piedacoulisse2 closed 1 year ago

piedacoulisse2 commented 2 years ago

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

enkomio commented 2 years ago

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

piedacoulisse2 commented 2 years ago

Thanks.

enkomio commented 2 years ago

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

enkomio commented 1 year ago

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.

piedacoulisse2 commented 1 year ago

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

piedacoulisse2 commented 1 year ago

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.