diff --git a/docs/chapters/chapter2.tex b/docs/chapters/chapter2.tex index 4eff142..918274b 100644 --- a/docs/chapters/chapter2.tex +++ b/docs/chapters/chapter2.tex @@ -943,7 +943,7 @@ After finding the address of the ROP gadgets manually or using an automated tool \begin{figure}[htbp] \centering - \includegraphics[width=16cm]{ROPcompound.jpg} + \includegraphics[width=15cm]{ROPcompound.jpg} \caption{Steps for executing code sample using ROP.} \label{fig:rop_compund} \end{figure} @@ -1114,14 +1114,14 @@ $ objdump -d simple_timer \begin{figure}[htbp] \centering - \includegraphics[width=15.5cm]{sch_gdb_plt.png} + \includegraphics[width=14.5cm]{sch_gdb_plt.png} \caption{PLT stub for timerfd\_settime, seen from gdb-peda.} \label{fig:lazy_bind_2} \end{figure} \begin{figure}[htbp] \centering - \includegraphics[width=15.5cm]{sch_gdb_got_prev.png} + \includegraphics[width=14.5cm]{sch_gdb_got_prev.png} \caption{Inspecting address stored in GOT section before dynamic linking, seen from gdb-peda.} \label{fig:lazy_bind_3} \end{figure} @@ -1130,14 +1130,14 @@ $ objdump -d simple_timer \begin{figure}[htbp] \centering - \includegraphics[width=15.5cm]{sch_gdb_got_after.png} + \includegraphics[width=14.5cm]{sch_gdb_got_after.png} \caption{Inspecting address stored in GOT section after dynamic linking, seen from gdb-peda.} \label{fig:lazy_bind_4} \end{figure} \begin{figure}[htbp] \centering - \includegraphics[width=15.5cm]{sch_glibc_func.png} + \includegraphics[width=14.5cm]{sch_glibc_func.png} \caption{Glibc function to which PLT jumps using address stored at GOT, seen from gdb-peda.} \label{fig:lazy_bind_5} \end{figure} diff --git a/docs/chapters/chapter3.tex b/docs/chapters/chapter3.tex index 6aad265..d77188e 100644 --- a/docs/chapters/chapter3.tex +++ b/docs/chapters/chapter3.tex @@ -265,7 +265,7 @@ Then, if we attach a kprobe to vfs\_read, we would be able to modify the value o Figure \ref{fig:stack_scan_write_tech} illustrates a high-level overview of the stack scanning technique previously described. \begin{figure}[H] \centering - \includegraphics[width=16cm]{stack_scan_write_tech.jpg} + \includegraphics[width=15cm]{stack_scan_write_tech.jpg} \caption{Overview of stack scanning and writing technique.} \label{fig:stack_scan_write_tech} \end{figure}