rss Home » Tag Archive For ‘Debug’

Professional Microsoft SQL Server Analysis Services 2008 with MDX

Professional Microsoft SQL Server Analysis Services 2008 with MDX

Book Description

  • When used with the query language, Services allows developers to build full-scale applications to support such business functions as budgeting, forecasting, and market .
  • Shows readers how to build data warehouses and multi-dimensional databases, query databases, and use Services and other components of to provide end-to-end solutions
  • Revised, updated, and enhanced, the book discusses new features such as improved integration with Office and Excel 2007; query enhancements; improvements to aggregation designer, dimension designer, cube and dimension wizards, and cell writeback; extensibility and personalization; data mining; and more

From the Back Cover
The new features of Analysis Services 2008 make it even easier to use andbuild your databases for efficient and improved . This authoritative book, written by key members of the Analysis Services product team at , explains how to best use these enhancements for your business needs. The authors provides you with valuable insight on how to use Analysis Services 2008 effectively to build, process, and deploy top-of-the-line business intelligence applications.

You’ll explore everything that Analysis Services 2008 has to offer and examinethe important features of this product with the help of step-by-step instructionson building Download Now »

Debugging Linux Systems

Debugging Linux Systems

Book Description

Debugging Systems discusses the main tools available today to 2.6 Kernels. We start by exploring the seemingly esoteric operations of the Kernel Debugger (KDB), Kernel GNU DeBugger (KGDB), the plain GNU DeBugger (GDB), and JTAG debuggers. We then investigate Kernel Probes, a feature that lets you intrude into a kernel function and extract information or apply a medicated patch. Analyzing a crash dump can yield clues for postmortem of kernel crashes or hangs, so we take a look at Kdump, a serviceability tool that collects a dump after spawning a new kernel. Profiling points you to code regions that burn more CPU cycles, so we learn to use the OProfile kernel profiler and the gprof application profiler to sense the presence of code bottlenecks. Because tracing provides insight into behavioral problems that manifest during interactions between different code modules, we delve into the Linux Trace Toolkit, a designed for high-volume trace capture.

The section “Debugging Embedded Linux” takes a tour of the I/O interfaces commonly found on embedded hardware, such as flash memory, serial port, PCMCIA, Secure Digital media, USB, RTC, audio, video, touch screen, and Bluetooth, and provides pointers to the associated device drivers. We also pick up some board-level debugging skills with the help of a case study. The section “Debugging Network Throughput” takes you through some device driver design issues and protocol implementation characteristics that can affect the horsepower of your network interface card. We end the shortcut by examining several options available in the kernel configuration menu that can emit valuable information. Download Now »

Reverse Engineering Code with IDA Pro

Reverse Engineering Code with IDA Pro

Book Description

If you want to master the art and science of reverse engineering code with for R&D or software debugging, this is the book for you. Highly organized and sophisticated criminal entities are constantly developing more complex, obfuscated, and armored viruses, worms, Trojans, and botnets. ’s interactive interface and programmable development language provide you with complete control over code disassembly and debugging. This is the only book which focuses exclusively on the world’s most powerful and popular took for reverse engineering code.

*Reverse Engineer REAL Hostile Code
To follow along with this chapter, you must download a file called !DANGER!INFECTEDMALWARE!DANGER!… ’nuff said.

*Download the Code!
The companion Web site to this book offers up really evil code for you to reverse engineer and really nice code for you to automate tasks with the IDC Scripting Language.

*Portable Executable (PE) and Executable and Linking Formats (ELF)
Understand the physical layout of PE and ELF files, and analyze the components that are essential to reverse engineering.

Download Now »

Pro Perl Debugging

Pro Perl Debugging

Book Description

This one goes on the ‘keeper’ shelf, for sure.

— Tony Lawrence, aplawrence.com

Combining the best features of C, UNIX utilities, and regular expressions, has grown as one of the most powerful and popular scripting languages. The valuable is often used for , text processing and Web programming. It is even being used for more exotic areas, like bioinformatics. is supported by all of the most prominent operating systems, including Windows, Unix, OS/2, Amiga, and others.

Perl Debugging steps in to help resolve the dilemma of application testing and debugging&emdash;one of the biggest time commitments in a programmer’s daily routine. What this book will do is rescue you from substandard application testing practices. The book commences with several chapters that overview the debugger’s basic features, then covers common debugging scenarios. The concluding portion examines debugger customization, alternative debugging utilities, and debugging best practices. Download Now »