Building off of and closes #10. Currently, Checksec Anywhere performs disassembly of x86_64 assembly to detect stack clash protection in ELF binaries and GS cookies in PE binaries. While this is a good start, we should ideally also perform disassembly for additional architectures (e.g., ARM) and explore the effect of optimizations on the way these properties are detected.