This shows you the differences between two versions of the page.
isc:labs:04 [2024/10/29 16:54] dimitrie.valu |
isc:labs:04 [2024/10/30 12:07] (current) radu.mantu [[25p] 04. Linux ACLs] |
||
---|---|---|---|
Line 241: | Line 241: | ||
* //Hint: "reverse engineer" it, again!// | * //Hint: "reverse engineer" it, again!// | ||
* Total: **2 flags**! | * Total: **2 flags**! | ||
+ | |||
+ | <note tip> | ||
+ | In absence of [[https://github.com/pwndbg/pwndbg|pwndbg]] use vanilla **gdb** with one of its built-in layouts: | ||
+ | <code> | ||
+ | (gdb) layout asm | ||
+ | </code> | ||
+ | </note> | ||
<solution -hidden> | <solution -hidden> |