> For the complete documentation index, see [llms.txt](https://ed4m4s.blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ed4m4s.blog/tools/strace-ltrace.md).

# Strace/Ltrace

Read the calls a binary is making

```
strace binaryname
or
ltrace binaryname
or 
strings binaryname
```

You can use Ghidra (GUI) to analyse any binary and do RE. &#x20;
