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

Where's the instructions how to build it? #1

Closed
ddbb2017 opened this issue Jun 28, 2018 · 1 comment
Closed

Where's the instructions how to build it? #1

ddbb2017 opened this issue Jun 28, 2018 · 1 comment

Comments

@ddbb2017
Copy link

I'm trying to build it w/VS2015 and I'm getting a ton of errors. So far in the linked Deviare-InProc @ ef115d5 project:

  1. These two are to start with:
1>..\Lib\libudis86\amalgamation.c(33): fatal error C1083: Cannot open include file: 'source\libudis86\decode.h': No such file or directory

2>LINK : fatal error LNK1181: cannot open input file '.......\WingDbg-master\Deviare-InProc\Libs\2015\NktHookLib64_Debug.lib'
  1. Then all of these includes are missing from "WingDbg-master\Deviare-InProc\Src\Lib\libudis86\amalgamation.c"
#include "source\libudis86\decode.h"

#include "source\libudis86\extern.h"

#include "source\libudis86\syn.h"

#include "source\libudis86\types.h"

#include "source\libudis86\udint.h"
@mbikovitsky
Copy link
Owner

udis86 is a submodule in the Deviare-InProc repository. The missing files come from this submodule. Try running git submodule update --init --recursive.

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

No branches or pull requests

2 participants