orenbenya1
orenbenya1
> If the binary uses `malloc` from `libc`, then it doesn't even need symbols. The function can be found using the _Symbols_ dialog. On my system it's called `libc-2.27.so!malloc`. I...
For example, if you use the flag challenge from pwnable.kr (http://pwnable.kr/bin/flag) then you get a packed ELF file with UPX, it is calling after it's unpacked to malloc and strcpy...
> Not a perfect solution, but this works: > > 1. add a `FieldInputListener` to the `DecompilerPanel` to pick up keyboard input (see [Keyboard shortcut for moving to other brace...
> My change in [#1294 (comment)](https://github.com/NationalSecurityAgency/ghidra/issues/1294#issuecomment-1133644447) hasn't changed. Thanks for the quick response, while trying to fold the code I got the following error (which is whyI assumed it needed...
> Humble apologies, I've found a change to `DecompilePanel.toggleCollapsedToken(...)`. See below: > > ``` > private void toggleCollapseToken(ClangSyntaxToken firstToken, boolean isCollapsed) { > if (DecompilerUtils.isBrace(firstToken)) { > ClangSyntaxToken closingBrace =...