├── FileBinder.exe ├── LICENSE ├── README.md └── src ├── FileBinder.c ├── FileBinderStub.c ├── Resource.rc └── resource.h /FileBinder.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/93aef0ce4dd141ece6f5/File-Binder/HEAD/FileBinder.exe -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/93aef0ce4dd141ece6f5/File-Binder/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/93aef0ce4dd141ece6f5/File-Binder/HEAD/README.md -------------------------------------------------------------------------------- /src/FileBinder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/93aef0ce4dd141ece6f5/File-Binder/HEAD/src/FileBinder.c -------------------------------------------------------------------------------- /src/FileBinderStub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/93aef0ce4dd141ece6f5/File-Binder/HEAD/src/FileBinderStub.c -------------------------------------------------------------------------------- /src/Resource.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/93aef0ce4dd141ece6f5/File-Binder/HEAD/src/Resource.rc -------------------------------------------------------------------------------- /src/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/93aef0ce4dd141ece6f5/File-Binder/HEAD/src/resource.h --------------------------------------------------------------------------------