Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Swiss File Knife (SFK) Source Code

Aug
1,941
71
Swiss File Knife is "A Command Line Tools Collection",
which has been referenced a few times in the JPSoft Forums.

The open source version includes the C++ source code.

It includes a .BAT file that will compile the source code to create the sfk.exe file;
Code:
R:\>do-compile-win.bat
Microsoft (R) C/C++ Optimizing Compiler Version 19.38.33130 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

sfk.cpp
sfkext.cpp
sfkpack.cpp
Generating Code...
Microsoft (R) Incremental Linker Version 14.38.33130.0
Copyright (C) Microsoft Corporation.  All rights reserved.

/out:sfk.exe
sfk.obj
sfkext.obj
sfkpack.obj
kernel32.lib
user32.lib
gdi32.lib
ws2_32.lib
advapi32.lib
shell32.lib
Posting for those that are interested in how Swiss File Knife works internally.

Source code can be downloaded from sfk.zip

Joe
 

Similar threads

Back
Top