0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
Status
Brand

Showing 1 - 25 of 52 matches in All Departments

Software Diagnostics - The Collected Seminars (Hardcover): Dmitry Vostokov, Software Diagnostics Services Software Diagnostics - The Collected Seminars (Hardcover)
Dmitry Vostokov, Software Diagnostics Services
R2,389 Discovery Miles 23 890 Ships in 10 - 15 working days

This is a collection of Software Diagnostics Services webinar transcripts about pattern-oriented software diagnostics developed by Software Diagnostics Institute. Includes 9 seminars on pattern-driven software problem solving, software narratology, pattern-driven software diagnostics, systemic software diagnostics, pattern-based software diagnostics, philosophy of software diagnostics, victimware, malware narratives and pattern-oriented network trace analysis.

Principles of Memory Dump Analysis (Paperback): Dmitry Vostokov Principles of Memory Dump Analysis (Paperback)
Dmitry Vostokov
R2,380 Discovery Miles 23 800 Ships in 10 - 15 working days
Memory Dump Analysis Anthology, Volume 7 (Hardcover): Dmitry Vostokov, Software Diagnostics Institute Memory Dump Analysis Anthology, Volume 7 (Hardcover)
Dmitry Vostokov, Software Diagnostics Institute
R1,137 Discovery Miles 11 370 Ships in 12 - 17 working days
Idea - Blogger's Notebook (Hardcover): Dmitry Vostokov Idea - Blogger's Notebook (Hardcover)
Dmitry Vostokov
R675 Discovery Miles 6 750 Ships in 12 - 17 working days

Notebook to write blogging ideas based on experience of the founder of the famous technical blog DumpAnalysis.org who transformed it into bestselling multivolume book series Memory Dump Analysis Anthology. Can be used for up to 5 blogs and 5 books. Also contains sections for work and home related notes and tasks.

Title - Book Publisher's Notebook (Hardcover): Dmitry Vostokov Title - Book Publisher's Notebook (Hardcover)
Dmitry Vostokov
R669 Discovery Miles 6 690 Ships in 12 - 17 working days

This is an indispensable notebook for small or self-publishers. Invaluable to keep track of planned titles and related information, cover sketches and book notes. Suitable for 10 and 100 allocated ISBN numbers.

Memory Dump Analysis Anthology, Volume 6 (Hardcover): Dmitry Vostokov Memory Dump Analysis Anthology, Volume 6 (Hardcover)
Dmitry Vostokov
R970 Discovery Miles 9 700 Ships in 12 - 17 working days

Contains revised, edited, cross-referenced, and thematically organized selected DumpAnalysis.org blog posts about memory dump and software trace analysis, software troubleshooting and debugging written in November 2010 - October 2011 for software engineers developing and maintaining products on Windows platforms, quality assurance engineers testing software on Windows platforms, technical support and escalation engineers dealing with complex software issues, and security researchers, malware analysts and reverse engineers. The sixth volume features: - 56 new crash dump analysis patterns including 14 new .NET memory dump analysis patterns - 4 new pattern interaction case studies - 11 new trace analysis patterns - New Debugware pattern - Introduction to UI problem analysis patterns - Introduction to intelligence analysis patterns - Introduction to unified debugging pattern language - Introduction to generative debugging, metadefect template library and DNA of software behavior - The new school of debugging - .NET memory dump analysis checklist - Software trace analysis checklist - Introduction to close and deconstructive readings of a software trace - Memory dump analysis compass - Computical and Stack Trace Art - The abductive reasoning of Philip Marlowe - Orbifold memory space and cloud computing - Memory worldview - Interpretation of cyberspace - Relationship of memory dumps to religion - Fully cross-referenced with Volume 1, Volume 2, Volume 3, Volume 4, and Volume 5

Memory Dump Analysis Anthology, v. 1 (Hardcover, Collector's ed): Dmitry Vostokov Memory Dump Analysis Anthology, v. 1 (Hardcover, Collector's ed)
Dmitry Vostokov
R4,485 Discovery Miles 44 850 Ships in 12 - 17 working days
Foundations of ARM64 Linux Debugging, Disassembling, and Reversing - Analyze Code, Understand Stack Memory Usage, and... Foundations of ARM64 Linux Debugging, Disassembling, and Reversing - Analyze Code, Understand Stack Memory Usage, and Reconstruct Original C/C++ Code with ARM64 (Paperback, 1st ed.)
Dmitry Vostokov
R1,267 R1,005 Discovery Miles 10 050 Save R262 (21%) Ships in 10 - 15 working days

Gain a solid understanding of how Linux C and C++ compilers generate binary code. This book explains the reversing and binary analysis of ARM64 architecture now used by major Linux cloud providers and covers topics ranging from writing programs in assembly language, live debugging, and static binary analysis of compiled C and C++ code. It is ideal for those working with embedded devices, including mobile phones and tablets. Using the latest version of Red Hat, you'll look closely at the foundations of diagnostics of core memory dumps, live and postmortem debugging of Linux applications, services, and systems. You'll also work with the GDB debugger and use it for disassembly and reversing. This book uses practical step-by-step exercises of increasing complexity with explanations and many diagrams, including some necessary background topics. In addition, you will be able to analyze such code confidently, understand stack memory usage, and reconstruct original C/C++ code. And as you'll see, memory forensics, malware, and vulnerability analysis, require an understanding of ARM64 assembly language and how C and C++ compilers generate code, including memory layout and pointers. This book provides the background knowledge and practical foundations you'll need to understand internal Linux program structure and behavior. Foundations of ARM64 Linux Debugging, Disassembling, and Reversing is the perfect companion to Foundations of Linux Debugging, Disassembling, and Reversing for readers interested in the cloud or cybersecurity. What You'll Learn Review the basics of ARM64 assembly language Examine the essential GDB debugger commands for debugging and binary analysis Study C and C++ compiler code generation with and without compiler optimizations Look at binary code disassembly and reversing patterns See how pointers in C and C++ are implemented and used Who This Book Is ForSoftware support and escalation engineers, cloud security engineers, site reliability engineers, DevSecOps, platform engineers, software testers, Linux C/C++ software engineers and security researchers without ARM64 assembly language background, and beginners learning Linux software reverse engineering techniques.

Foundations of Linux Debugging, Disassembling, and Reversing - Analyze Binary Code, Understand Stack Memory Usage, and... Foundations of Linux Debugging, Disassembling, and Reversing - Analyze Binary Code, Understand Stack Memory Usage, and Reconstruct C/C++ Code with Intel x64 (Paperback, 1st ed.)
Dmitry Vostokov
R1,267 R1,005 Discovery Miles 10 050 Save R262 (21%) Ships in 10 - 15 working days

Review topics ranging from Intel x64 assembly language instructions and writing programs in assembly language, to pointers, live debugging, and static binary analysis of compiled C and C++ code. This book is ideal for Linux desktop and cloud developers. Using the latest version of Debian, you'll focus on the foundations of the diagnostics of core memory dumps, live and postmortem debugging of Linux applications, services, and systems, memory forensics, malware, and vulnerability analysis. This requires an understanding of x64 Intel assembly language and how C and C++ compilers generate code, including memory layout and pointers. This book provides the back ground knowledge and practical foundations you'll need in order to master internal Linux program structure and behavior. It consists of practical step-by-step exercises of increasing complexity with explanations and ample diagrams. You'll also work with the GDB debugger and use it for disassembly and reversing. By the end of the book, you will have a solid understanding of how Linux C and C++ compilers generate binary code. In addition, you will be able to analyze such code confidently, understand stack memory usage, and reconstruct original C/C++ code. Foundations of Linux Debugging, Disassembling, and Reversing is the perfect companion to Foundations of ARM64 Linux Debugging, Disassembling, and Reversing for readers interested in the cloud or cybersecurity. What You'll Learn Review the basics of x64 assembly language Examine the essential GDB debugger commands for debugging and binary analysis Study C and C++ compiler code generation with and without compiler optimizations Look at binary code disassembly and reversing patterns See how pointers in C and C++ are implemented and used Who This Book Is ForSoftware support and escalation engineers, cloud security engineers, site reliability engineers, DevSecOps, platform engineers, software testers, Linux C/C++ software engineers and security researchers without Intel x64 assembly language background, beginners learning Linux software reverse engineering techniques, and engineers coming from non-Linux environments.

Visual Category Theory, CoPart 1 - A Dual to Brick by Brick, Part 1 (Paperback): Dmitry Vostokov Visual Category Theory, CoPart 1 - A Dual to Brick by Brick, Part 1 (Paperback)
Dmitry Vostokov
R292 Discovery Miles 2 920 Ships in 10 - 15 working days
Accelerated Windows Malware Analysis with Memory Dumps - Training Course Transcript and WinDbg Practice Exercises, Third... Accelerated Windows Malware Analysis with Memory Dumps - Training Course Transcript and WinDbg Practice Exercises, Third Edition (Paperback, 3rd ed.)
Dmitry Vostokov, Software Diagnostics Services
R2,378 Discovery Miles 23 780 Ships in 10 - 15 working days
Accelerated Disassembly, Reconstruction and Reversing - Training Course Transcript and WinDbg Practice Exercises with Memory... Accelerated Disassembly, Reconstruction and Reversing - Training Course Transcript and WinDbg Practice Exercises with Memory Cell Diagrams, Revised Edition (Paperback, Revised ed.)
Dmitry Vostokov, Software Diagnostics Services
R2,308 Discovery Miles 23 080 Ships in 10 - 15 working days
Memory Dump Analysis Anthology - Color Supplement for Volumes 1-3 (Paperback): Dmitry Vostokov Memory Dump Analysis Anthology - Color Supplement for Volumes 1-3 (Paperback)
Dmitry Vostokov
R727 Discovery Miles 7 270 Ships in 10 - 15 working days

This supplemental volume of selected articles with 68 full-color illustrations from "Memory Dump Analysis Anthology" offers unprecedented insight into the world of Windows software and draws profound scientific and metaphysical implications.

Memory Dump Analysis Anthology, Volume 14 (Paperback): Dmitry Vostokov, Software Diagnostics Institute Memory Dump Analysis Anthology, Volume 14 (Paperback)
Dmitry Vostokov, Software Diagnostics Institute
R1,197 Discovery Miles 11 970 Ships in 10 - 15 working days
Theoretical Software Diagnostics - Collected Articles, Third Edition (Paperback, 3rd ed.): Dmitry Vostokov, Software... Theoretical Software Diagnostics - Collected Articles, Third Edition (Paperback, 3rd ed.)
Dmitry Vostokov, Software Diagnostics Institute
R1,666 Discovery Miles 16 660 Ships in 10 - 15 working days
Visual Category Theory, CoPart 2 - A Dual to Brick by Brick, Part 2 (Paperback): Dmitry Vostokov Visual Category Theory, CoPart 2 - A Dual to Brick by Brick, Part 2 (Paperback)
Dmitry Vostokov
R292 Discovery Miles 2 920 Ships in 10 - 15 working days
Memory Dump Analysis Anthology, Volume 5, Revised Edition (Paperback): Dmitry Vostokov, Software Diagnostics Institute Memory Dump Analysis Anthology, Volume 5, Revised Edition (Paperback)
Dmitry Vostokov, Software Diagnostics Institute
R1,027 Discovery Miles 10 270 Ships in 10 - 15 working days
Encyclopedia of Crash Dump Analysis Patterns, Volume 1, A-J - Detecting Abnormal Software Structure and Behavior in Computer... Encyclopedia of Crash Dump Analysis Patterns, Volume 1, A-J - Detecting Abnormal Software Structure and Behavior in Computer Memory, Third Edition (Paperback)
Dmitry Vostokov, Software Diagnostics Institute
R1,572 Discovery Miles 15 720 Ships in 10 - 15 working days
Memory Dump Analysis Anthology, Volume 2, Revised Edition (Paperback): Dmitry Vostokov, Software Diagnostics Institute Memory Dump Analysis Anthology, Volume 2, Revised Edition (Paperback)
Dmitry Vostokov, Software Diagnostics Institute
R1,035 Discovery Miles 10 350 Ships in 10 - 15 working days
Accelerated Windows Debugging 4D - Training Course Transcript and WinDbg Practice Exercises, Third Edition (Paperback, 3rd... Accelerated Windows Debugging 4D - Training Course Transcript and WinDbg Practice Exercises, Third Edition (Paperback, 3rd ed.)
Dmitry Vostokov, Software Diagnostics Services
R2,383 Discovery Miles 23 830 Ships in 10 - 15 working days
Memory Dump Analysis Anthology, Volume 1, Revised Edition (Paperback): Dmitry Vostokov, Software Diagnostics Institute Memory Dump Analysis Anthology, Volume 1, Revised Edition (Paperback)
Dmitry Vostokov, Software Diagnostics Institute
R1,204 Discovery Miles 12 040 Ships in 10 - 15 working days
Practical Foundations of Windows Debugging, Disassembling, Reversing - Training Course, Second Edition (Paperback, 2nd ed.):... Practical Foundations of Windows Debugging, Disassembling, Reversing - Training Course, Second Edition (Paperback, 2nd ed.)
Dmitry Vostokov, Software Diagnostics Services
R1,068 Discovery Miles 10 680 Ships in 10 - 15 working days
Accelerated .NET Core Memory Dump Analysis - Training Course Transcript and WinDbg Practice Exercises (Paperback): Dmitry... Accelerated .NET Core Memory Dump Analysis - Training Course Transcript and WinDbg Practice Exercises (Paperback)
Dmitry Vostokov, Software Diagnostics Services
R2,309 Discovery Miles 23 090 Ships in 10 - 15 working days
Machine Learning Brick by Brick, Epoch 1 - Using LEGO(R) to Teach Concepts, Algorithms, and Data Structures (Paperback): Dmitry... Machine Learning Brick by Brick, Epoch 1 - Using LEGO(R) to Teach Concepts, Algorithms, and Data Structures (Paperback)
Dmitry Vostokov
R292 Discovery Miles 2 920 Ships in 10 - 15 working days
Software Construction Brick by Brick, Increment 1 - Using LEGO(R) to Teach Software Architecture, Design, Implementation,... Software Construction Brick by Brick, Increment 1 - Using LEGO(R) to Teach Software Architecture, Design, Implementation, Internals, Diagnostics, Debugging, Testing, Integration, and Security (Paperback)
Dmitry Vostokov
R292 Discovery Miles 2 920 Ships in 10 - 15 working days
Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Wagworld Leafy Mat - Fleece…
 (1)
R549 R367 Discovery Miles 3 670
Afrikaans Plus: Chop-Chop - Everything…
Marieta Nel Paperback R250 R125 Discovery Miles 1 250
Vital BabyŽ NURTURE™ Ultra-Comfort…
R30 R23 Discovery Miles 230
Miss Peregrine's Home for Peculiar…
Eva Green, Asa Butterfield, … Blu-ray disc  (1)
R37 R29 Discovery Miles 290
Treeline A4 Two Sided…
R160 R143 Discovery Miles 1 430
Afrikaans Plus - Everything You Need To…
Marieta Nel Paperback R380 R199 Discovery Miles 1 990
The Lion King - Blu-Ray + DVD
Blu-ray disc R330 Discovery Miles 3 300
Complete Maintenance Dog Food - Large to…
R1,100 Discovery Miles 11 000
Pineware Steam, Spray, Dry Iron (1400W)
R247 Discovery Miles 2 470
Tenet
John David Washington, Robert Pattinson Blu-ray disc  (1)
R52 R44 Discovery Miles 440

 

Partners