injectory
injectory copied to clipboard
Error with Forcebindip
Im attempting to use injectory with a script to use the dll based script to run programs under a specified adapter and am receiving this error: injectory: C:\Dropbox\kth\ex\injectory\injectory/library.hpp(18): Throw in function __thiscall Library::Library(const class boost::filesystem::path &)
Dynamic exception type: class boost::exception_detail::clone_impl
Hmm, yeah the error message sucks because C++ sucks. This is the relevant code:
https://github.com/blole/injectory/blob/74634c08e1e3caa43b649bb768c917fd1c594651/injectory/library.hpp#L14-L19
That is, the file is not a regular file according to: https://www.boost.org/doc/libs/1_61_0/libs/filesystem/doc/reference.html#is_regular_file Like, it could be a directory instead.
What was the command you tried to run?