Skip to content

Commit

Permalink
add sources
Browse files Browse the repository at this point in the history
  • Loading branch information
54toshi committed Apr 1, 2024
1 parent 7db3f97 commit e661a93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions HTB/rev/Behind_the_Scenes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ Simply replace the UD2 instructions with NOP instructions in the disassembly to

Then look up the flag string in the hexview located at the address referenced by first strncmp() call. <br>

Sources: <br>
https://en.wikipedia.org/wiki/C_signal_handling <br>
https://www.gnu.org/software/libc/manual/html_node/Program-Error-Signals.html <br>
https://mudongliang.github.io/x86/html/file_module_x86_id_318.html <br>

deobfuscated pseudo code from Ghidra disassembler:
```C
undefined8 main(int argc, char **argv)
Expand Down

0 comments on commit e661a93

Please sign in to comment.