Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Error #2

Closed
ghost opened this issue Nov 4, 2020 · 6 comments
Closed

Build Error #2

ghost opened this issue Nov 4, 2020 · 6 comments
Assignees
Labels
question Further information is requested

Comments

@ghost
Copy link

ghost commented Nov 4, 2020

First thanks for such great loader, i have an issue when i try to build the loader, i get this error...any idea ?

Severity Code Description Project File Line Suppression State
Error LNK1181 cannot open input file 'x64\Release\loader.res' loader C:\Users***\Desktop\loader\loader\LINK 1

@joshfaust
Copy link
Owner

I have been unable to replicate the problem. However, please do the following:

  1. Clone the repository in a new location
  2. Open Alaris.sln in Visual Studio 2019: Make sure you're on either a Debug or Release Version w/ x64 as your arch.
  3. Right Click Solution can click Build Solution

@joshfaust joshfaust self-assigned this Nov 16, 2020
@ghost
Copy link
Author

ghost commented Nov 17, 2020

the cryptor.exe is built successfully but i have problem when i try to build the loader, i have this error
Error LNK1181 cannot open input file 'x64\Release\loader.res
any idea ?

@3HiPeR
Copy link

3HiPeR commented Nov 27, 2020

Hey! Shellcod is not executed. loader.exe launches mobsync.exe and msfvenom is not executed. is the problem possible in VS 2019?

@3HiPeR
Copy link

3HiPeR commented Nov 27, 2020

It is possible that the cryptor killed the payload? The question is very interesting.

@joshfaust
Copy link
Owner

joshfaust commented Dec 21, 2020

@3HiPeR If you are referring to the default payload in loader.exe, which is a reverse shell on 127.0.0.1:443, modsync.exe will crash if there is no listening socket (i.e., nc -lvp 443).

@sparta3407 please check the following as well. I've tested on two fresh Windows 10 VM's with fresh VS19 installations and did not have a linking issue.

Make sure you have the following:

  1. VS 2019 Community installed w/ the appropriate C++ packages installed:
    image

  2. Right click the solution and select Build Solution
    image

  3. Test the default execution of the local reverse shell:
    image

@joshfaust joshfaust added the question Further information is requested label Dec 21, 2020
@ghost
Copy link
Author

ghost commented Dec 21, 2020

ok i will give it a try thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants