OWASP/wrongsecrets

Have a .net dll based RE challenge!

commjoen opened this issue · 2 comments

Context

DLLs and exes can be hard to debug. What about hidden secrets over there?

Can we have a challenge whiich is cross-compiled using .Net runtime and a few DLLs to have a secret inside similar like the golang/rust challenges?

  • Add .net based binary to the wrongsecrets/binaries repowith crosscompiling for the various OSes
  • Add a challenge here that uses the binary (See contributing.md and the code of the other binary challenges).

We have the challenge at https://github.com/OWASP/wrongsecrets-binaries/actions/workflows/compile_dotnet.yml but need to find a suitable method with Linux to get to the secret in the binary.

Marked as blocked due to the lack of a proper linux/macos solution to RE the 7MB self-contained binary