injectory icon indicating copy to clipboard operation
injectory copied to clipboard

Error with Forcebindip

Open sydorowicz9 opened this issue 7 years ago • 1 comments

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

sydorowicz9 avatar May 08 '18 05:05 sydorowicz9

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?

blole avatar May 09 '18 08:05 blole