Home > Tags: debugging (Total 54 Records)
Accelerated Windows Malware Analysis with Memory Dumps: Training Course Transcript and WinDbg Practice Exercises, Second Edition (Pattern-Oriented Software ... Root Cause Analysis, Debugging Courses)
Windows By:Dmitry Vostokov 2017-10-02 00:00:00
The full transcript of Software Diagnostics Services training. Learn how to navigate process, kernel, and physical spaces and diagnose various malware patterns in Windows memory dump files. The course uses a unique and innovative pattern-oriented analysis approach to speed up the learning curve. The Windows
Tags: analysis software windows practice training debugging course memory malware accelerated pattern-oriented exercises dumps cause root transcript windbg
JavaScript: Optimizing Native JavaScript: Designing, Programming, and Debugging Native JavaScript Applications
Web Development By:Robert C. Etheredge 2017-05-08 00:00:00
JavaScript has become the most popular programming language in the world. It has attained that position by being easy to use and powerful in its capabilities. It wasn’t always that way but today it can be used to build virtually any application you desire. With the addition of HTML5 and CSS3, it Web Development
Tags: design programming javascript application optimizing debugging native
Why Programs Fail, Second Edition: A Guide to Systematic Debugging
Programming By:Andreas Zeller 2009-06-26 00:00:00
This book is proof that debugging has graduated from a black art to a systematic discipline. It demystifies one of the toughest aspects of software programming, showing clearly how to discover what caused software failures, and fix them with minimal muss and fuss. The fully updated second edition i Programming
Tags: guide program debugging systematic fail
Advanced Windows Memory Dump Analysis with Data Structures: Training Course Transcript and WinDbg Practice Exercises with Notes, Third Edition (Pattern-Oriented ... Root Cause Analysis, Debugging Cour
Programming By:Dmitry Vostokov 2017-06-07 00:00:00
The full transcript of Software Diagnostics Services training course with 12 step-by-step exercises, notes, and selected questions and answers. Learn how to navigate through memory dump space and Windows data structures to diagnose, troubleshoot and debug complex software incidents. The training use Programming
Tags: data structure analysis windows practice training debugging course memory pattern-oriented exercises dump cause root transcript windbg cour
Debugging with Fiddler: The complete reference from the creator of the Fiddler Web Debugger
Computer Science By:Eric Lawrence 2012-06-15 00:00:00
Fiddler is a Web Debugging Proxy platform that monitors and modifies web traffic. This freeware tool enables developers, testers, and enthusiasts to inspect traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler includes powerful event-based scripting, and can be extended usi Computer Science
Practical Foundations of Windows Debugging, Disassembling, Reversing: Training Course
Programming By:Dmitry Vostokov 2017-05-11 00:00:00
This training course is a combined and reformatted version of the two previous books Windows Debugging: Practical Foundations and x64 Windows Debugging: Practical Foundations. The new format makes it easy to switch between and compare x86 and x64 versions. The book also has a larger format similar t Programming
Tags: foundations windows training debugging course disassembling reversing
Linux Programming: Building and Debugging
Unix and Linux By:Silviu Sosiade 2016-04-02 00:00:00
This book is a practical introduction on how to build and debug programs in Linux. The book covers the following topics: * building a program, compilation and linking * overview of GNU C/C++ compiler * building programs from multiple modules * make and makefiles * static and dynamic libraries gnu c/c++ compiler, detecting memory leaks, linux programming, following topics, multiple modules
Tags: programming linux debugging
Accelerated Linux Core Dump Analysis: Training Course Transcript with GDB Practice Exercises (Pattern-Oriented Software Diagnostics, Forensics, Prognostics, Root Cause Analysis, Debugging Courses)
Unix and Linux By:Dmitry Vostokov 2016-02-27 00:00:00
Learn how to analyse Linux process crashes and hangs, navigate through process core memory dump space and diagnose corruption, memory leaks, CPU spikes, blocked threads, deadlocks, wait chains, and much more. This book uses a unique and innovative pattern-oriented diagnostic analysis approach to spe pattern-oriented software diagnostics, gdb practice exercises, core dump analysis, linux core dump, root cause analysis
Tags: linux analysis software practice training debugging gdb course forensics accelerated pattern-oriented exercises diagnostics dump cause root transcript prognostics
Practical Guide to SAP ABAP: Conceptual Design, Development, Debugging
Programming By:Thomas Stutenbaumer 2016-03-08 00:00:00
This book offers a comprehensive practical guide to SAP ABAP for ABAP professionals. Part I of this two-part series lays the groundwork with ABAP basics. Readers will learn fundamental methods and procedures for everyday ABAP use— for example, how to download files from SAP directories to workstat sap abap, sap data dictionary, standard sap tables, sap database tables, everyday abap use—
24 Patterns for Clean Code: Techniques for Faster, Safer Code with Minimal Debugging
Programming By:Robert Beisert 2015-12-31 00:00:00
There is the right way to do things, and there's the wrong way to do things. Unfortunately, most of us don't really take the time to figure out which way is which. Robert lays out 24 patterns of thought and design that tend to produce faster, more reliable, and easier to maintain code without noti minimal debugging, safer code, clean code, wrong way, memory leaks