Adjusted the size of two images more

This commit is contained in:
h3xduck
2022-06-23 09:12:08 -04:00
parent caea1e7497
commit 51c4391c97
2 changed files with 6 additions and 6 deletions

View File

@@ -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}

View File

@@ -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}