danielkrupinski / Inflame

User-mode Windows DLL injector written in Assembly language (FASM syntax) with WinAPI.
MIT License
87 stars 21 forks source link

[Facing a problem] #3

Closed niloy37 closed 5 years ago

niloy37 commented 5 years ago

Cannot find the Inflame.sln after I used gitbash to clone it. and also the previous issue as stated how to change it to manual map?

danielkrupinski commented 5 years ago

git checkout manual-map If you are facing any problems, you can download binaries from releases section.

niloy37 commented 5 years ago

I used Inflame64 and build it using release x64 and when i kept it in same directory it saied this error img - https://imgur.com/a/EF8kRHj and Also I didnt understand where to use this example command Inflame64 -manual-map test64.dll 2048 should I do it in cmd? (Edit 1) This is how it looks - image (Edit 2) With Cmd it shows this error image

danielkrupinski commented 5 years ago

Error message clearly states the program could not locate Inflame64.dll required by 64-bit version of injector. Build project from manual-map branch and rename resulting .dll file to Inflame64.dll

niloy37 commented 5 years ago

Fixed Thanks!