Advanced Apple Debugging & Reverse Engineering, 4th Ed (Kodeco)
Friday, 21 July 2023

In this book, the Kodeco team show how to use Apple's software debugger, LLDB, to find bugs faster, and discuss how other developers have solved problems similar to yours. The book also covers how to create custom debugging scripts to find the secrets behind any bit of code that piques your interest.

<ASIN:1950325636>

 

Author: Kodeco team
Publisher: Kodeco
Date: July 2023
Pages: 575
ISBN: 978-1950325634
Print: 1950325636
Audience: Apple developers
Level: Intermediate
Category: Theory & Techniques 

appledebug

Topics covered:

  • Master LLDB and learn about its extensive list of subcommands and options.
  • Learn the low-level components available to help extract useful information from a program, from assembly calling conventions to exploring the process of dynamically-loaded frameworks.
  • Use LLDB’s Python module to create powerful custom debugging commands to introspect and augment existing programs.
  • Learn how to use DTrace, a dynamic tracing framework, and how to write D scripts to query anything you were ever curious about on your macOS machine.

For more Book Watch just click.

Book Watch is I Programmer's listing of new books and is compiled using publishers' publicity material. It is not to be read as a review where we provide an independent assessment. Some, but by no means all, of the books in Book Watch are eventually reviewed.

To have new titles included in Book Watch contact  BookWatch@i-programmer.info

Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.

 

 

Banner


Database Design for Mere Mortals: 25th Anniversary Edition

Author: Michael J Hernandez
Publisher: Addison-Wesley
Pages: 680
ISBN: 978-0136788041
Print: 0136788041
Kindle: B08JLXKJ6S
Audience: Database developers
Rating: 5
Reviewer: Kay Ewbank

As the title of this book suggests, this is a title that has stood the test of time, and this updated 4th Edition has bee [ ... ]



Classic Computer Science Problems in Java

Author: David Kopec
Publisher: Manning
Date: January 2021
Pages: 264
ISBN: 978-1617297601
Print: 1617297607
Audience: Java developers
Rating: 4
Reviewer: Mike James
Getting someone else to do the hard work of converting classic problems to code seems like a good idea. It all depends which problems [ ... ]


More Reviews