You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I built this with Visual Studio 2015 Community on Windows 10, copied the DLLs into the dist\Debug\Win32 folder (where the KeeFarce.exe was created) and ran it normally and as an administrator. KeePass 2.29 was running unlocked at the time of all executions.
A window opened for a split second then disappeared. No new files created.
I then ran it via PowerShell several times, checking the %APPDATA% folder:
PS F:\Downloads\KeeFarce-master\KeeFarce-master\src\dist\Debug\Win32> .\KeeFarce.exe
[.] Injecting BootstrapDLL into 1424
CallExport: Could not get module Snapshot for remote process.
CallExport failed
[.] Done! Check %APPDATA%/keepass_export.csvPS F:\Downloads\KeeFarce-master\KeeFarce-master\src\dist\Debug\Win32> .\KeeF
arce.exe
[.] Injecting BootstrapDLL into 1424
CallExport: Could not get module Snapshot for remote process.
CallExport failed
[.] Done! Check %APPDATA%/keepass_export.csvPS F:\Downloads\KeeFarce-master\KeeFarce-master\src\dist\Debug\Win32> .\KeeF
arce.exe
[.] Injecting BootstrapDLL into 1424
CallExport: Could not get module Snapshot for remote process.
CallExport failed
[.] Done! Check %APPDATA%/keepass_export.csvPS F:\Downloads\KeeFarce-master\KeeFarce-master\src\dist\Debug\Win32>
But no file keepass_export.csv exists therein:
PS F:\Downloads\KeeFarce-master\KeeFarce-master\src\dist\Debug\Win32> cd $env:APPDATA
PS C:\Users\brian\AppData\Roaming> dir
Directory: C:\Users\brian\AppData\Roaming
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 4/26/2015 12:40 PM Adobe
d----- 4/28/2015 6:58 AM Apple Computer
d----- 4/26/2015 1:15 PM Battle.net
d----- 10/31/2015 6:34 AM Dropbox
d----- 8/20/2015 12:34 PM inkscape
d----- 10/30/2015 11:06 PM KeePass
d----- 4/28/2015 9:09 PM Macromedia
d---s- 10/31/2015 7:37 AM Microsoft
d----- 10/31/2015 9:01 AM NuGet
d----- 10/30/2015 11:06 PM vlc
-a---- 8/20/2015 6:48 PM 600 winscp.rnd
The text was updated successfully, but these errors were encountered:
I was able to get the prebuilt binaries running on Window 10, but was unable to successfully compile and run the C++ projects under Windows 10 and VS2015
Hello,
I built this with Visual Studio 2015 Community on Windows 10, copied the DLLs into the dist\Debug\Win32 folder (where the KeeFarce.exe was created) and ran it normally and as an administrator. KeePass 2.29 was running unlocked at the time of all executions.
A window opened for a split second then disappeared. No new files created.
I then ran it via PowerShell several times, checking the %APPDATA% folder:
But no file
keepass_export.csv
exists therein:The text was updated successfully, but these errors were encountered: