Explore >> Select a destination


You are here

swiftrocks.com
| | atomicbird.com
90.9 parsecs away

Travel
| | Recently I've been working on some iOS 8 app extensions, and I've run into a few non-obvious details that might come in handy for anyone else in the same situation. Some of the following relates to bugs still in the system, and so will probably only be relevant for a limited time. Debugging: General The intended approach is simple: when you tell Xcode to run the extension, Xcode will ask you what host app you want to use.
| | bryce.co
111.1 parsecs away

Travel
| | Figuring out how to politely ask some Xcode functions to respect my vim settings.
| | randomascii.wordpress.com
83.3 parsecs away

Travel
| | This post can be found through https://tinyurl.com/etwtracing, and an alternate version of these instructions can be found here. If your Windows computer is running slowly - if a program takes a long time to launch, if a game has a poor frame rate, or if an idle application uses too much CPU time - the...
| | x0rb3l.github.io
254.0 parsecs away

Travel
| OverviewIn Part II we concluded our static analysis by becoming familiar with IDA Pro and using it to confirm one of our previous findings and to examine obfuscated strings on the stack. In this article, we will be conducting code analysis. Code analysis involves examining the code that comprises the specimen, only this time in a dynamic fashion. We will be using x32dbg as our debugger. The goal of Part III is to demonstrate how we can step through the malware's instructions and allow it to automatically reveal information about itself that is otherwise "invisible" while not running.x32dbgx32dbg is the 32-bit debugger that is a part of the open-source x64dbg software package. It is probably my favorite user mode Windows debugger due to its ease of use and fr...