This shows you the differences between two versions of the page.
cns:lectures:lecture-02 [2014/10/12 23:52] razvan.deaconescu |
cns:lectures:lecture-02 [2019/10/09 18:53] (current) razvan.deaconescu |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Lecture 02 - Assembly Language ====== | + | ====== Lecture 02 - Program Analysis ====== |
- | * [[http://elf.cs.pub.ro/cns/res/lectures/lecture-02.pdf | Slides]] | + | * [[http://elf.cs.pub.ro/cns/res/lectures/02-program-analysis-handout.pdf|Slides]] |
- | * **Keywords**: TODO | + | * **Keywords**: static analysis, dynamic analysis, executable, ELF, readelf, section, segment, disassembling, objdump, symbols, linker, process, strace / ltrace, lsof / pmap, perf, GDB, breakpoint, ''info'', ''examine'', ''ni'', ''si'', ''backtrace'', ''up'', ''down'', ''write'', ''searchmem'', dynamic linking, dynamic loading, lazy binding, trampoline, PLT, GOT |
<html> | <html> | ||
- | <iframe src="http://docs.google.com/viewer?url=http://elf.cs.pub.ro/cns/res/lectures/lecture-02.pdf&embedded=true" width="600" height="470" style="border: none;"></iframe> | + | <center> |
+ | <iframe src="https://docs.google.com/viewer?url=http://elf.cs.pub.ro/cns/res/lectures/02-program-analysis-handout.pdf&embedded=true" width="600" height="470" style="border: none;"></iframe> | ||
+ | </center> | ||
</html> | </html> | ||
- | |||
- | ===== Demos ===== | ||
- | |||
- | Before going to through the demos, we will use the [[http://elf.cs.pub.ro/cns/res/lectures/lecture-02-demo.zip|demo archive]]. | ||
- | Demos are to be run on a Linux system. We will download the archive using<code bash> | ||
- | wget http://elf.cs.pub.ro/cns/res/lectures/lecture-02-demo.zip | ||
- | </code> and then unpack it<code bash> | ||
- | unzip lecture-02-demo.zip | ||
- | </code> and access the unpacked folder<code bash> | ||
- | cd lecture-02-demo/ | ||
- | </code> | ||
- | |||
- | We can now go through the demos. |