Git Product home page Git Product logo

Comments (6)

 avatar commented on June 12, 2024

You should better use WoW64dm::LoadLibrary64 function. It does exactly what you want. Blackbone library also implements such injection method, but there are more code dependencies there.
As for crash, you can make a crash dump so I can take a closer look at what happened there.Can't tell anything without more info.

from blackbone.

l3uddz avatar l3uddz commented on June 12, 2024

Thanks for the super quick response =) The original issue I had with wow64dm was getting it to compile inside my project with Visual Studio 2013.

I have linked against msvcrt.lib however I am having the following issue when compiling:

Error 1 error LNK2001: unresolved external symbol "char const * __cdecl std::_Winerror_map(int)" (?_Winerror_map@std@@YAPBDH@Z)
Error 2 error LNK2001: unresolved external symbol "char const * __cdecl std::_Syserror_map(int)" (?_Syserror_map@std@@YAPBDH@Z)
Error 3 error LNK2001: unresolved external symbol "void __cdecl std::_Xbad_alloc(void)" (?_Xbad_alloc@std@@yaxxz)
Error 4 error LNK2001: unresolved external symbol "void __cdecl std::_Xout_of_range(char const *)" (?_Xout_of_range@std@@YAXPBD@Z)
Error 5 error LNK2001: unresolved external symbol "void __cdecl std::_Xlength_error(char const *)" (?_Xlength_error@std@@YAXPBD@Z)

Sorry if it seems stupid, I have never come across those functions before so was unsure on how to fix it.

from blackbone.

 avatar commented on June 12, 2024

My only guess is that Run-time library option (MT/MT/MD/MDd) conflicts with other projects in your solution. Make sure all of the projects use the same option. Also check "Platform Toolkit version" option for consistency between projects.

from blackbone.

l3uddz avatar l3uddz commented on June 12, 2024

Ok thanks very much for your help,

Do you have jabber/google talk or use an irc that we can speak on?

from blackbone.

 avatar commented on June 12, 2024

You can contact me via google hangouts - [email protected].

from blackbone.

l3uddz avatar l3uddz commented on June 12, 2024

Ok great, talk to you there =) Thanks 4 all the help

from blackbone.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.