extremecoders-re / nuitka-extractor

Tool to extract nuitka compiled executables
MIT License
58 stars 5 forks source link

how to run it please #6

Closed codes-team closed 5 months ago

codes-team commented 6 months ago

command-line-arguments

./main.go:67:20: undefined: LocateRCDataEnd

extremecoders-re commented 6 months ago

If you are trying from source

go run . file.exe

or do

go build

and then run the compiled exe

Also precompiled binaries are already available in Releases. https://github.com/extremecoders-re/nuitka-extractor/releases

codes-team commented 5 months ago

If you are trying from source

go run . file.exe

or do

go build

and then run the compiled exe

Also precompiled binaries are already available in Releases. https://github.com/extremecoders-re/nuitka-extractor/releases

thank you so much it's work