12 lines
171 B
Markdown
12 lines
171 B
Markdown
|
|
# Call Identification
|
|
|
|
## For the same program execution
|
|
|
|
* Return address (ASLR!)
|
|
|
|
## For different executions
|
|
|
|
* Sequence of calls (?)
|
|
* Return address -> * `dladdr()`
|