Binary analysis cookbook actionable recipes for disassembling and analyzing binaries for security risks

"Explore open-source Linux tools and advanced binary analysis techniques to analyze malware, identify vulnerabilities in code, and mitigate information security risks Key Features Adopt a methodological approach to binary ELF analysis on Linux Learn how to disassemble binaries and understand di...

Descripción completa

Detalles Bibliográficos
Otros Autores: Born, Michael, (author) (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Birmingham, England ; Mumbai : Packt [2019]
Edición:First edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630999106719
Tabla de Contenidos:
  • Chapter 1: Setting Up the Lab
  • Chapter 2: 32-bit Assembly on Linux and the ELF Specification
  • Chapter 3: 64-bit Assembly on Linux and the ELF Specification
  • Chapter 4: Creating a Binary Analysis Methodology
  • Chapter 5: Linux Tools for Binary Analysis
  • Chapter 6: Analyzing a Simple Bind Shell
  • Chapter 7: Analyzing a Simple Reverse Shell
  • Chapter 8: Identifying Vulnerabilities
  • Chapter 9: Understanding Anti-Analysis Techniques
  • Chapter 10: A Simple Reverse Shell With Polymorphism.