Reverse engineer go executable -


i have executable file , can source of file written in go.now file kind of secret file(puzzle) , not revealing info expecting such command line arguments.

i have tried using command line programs such strings , objdump etc see if can info on arguments pass file.but did not find enough clue.

how can know if program expecting arguments.(of course not through guessing.)

note : don't have reverse engineer whole program.just wanted see if there keywords can use search executable decode flags.


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -