Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 706 Bytes

File metadata and controls

31 lines (20 loc) · 706 Bytes

Windows File Recovery GUI

A simple GUI for Windows File Recovery CLI Tool.

Golang + GoVCL + Lazarus + Res2go.


How to build this repo with debug windows?

cd /master
go build

How to build for release?

# reduce the exe size and hide the cmd window:
go build -i -ldflags="-s -w -H windowsgui"
# then use UPXShell further reduce the exe size
# remember to put liblcl.dll to the same forder

Do you finished it?

Not yet.

Give me a demo

demo1