Archive for the ‘Mobile’ Category

Affected Applications from “A Survey Of Mobile Device Security: Threats, Vulnerabilities and Defenses”

The author surveyed over 230 applications (the full list of applications ,can be found in A Survey Of Mobile Device Security: Threats, Vulnerabilities and Defenses), including applications in the “Top” categories on the iTunes store to determine what type of information could be extracted from auditing packet streams. The results were quite surprising. To perform [...]

A Survey Of Mobile Device Security: Threats, Vulnerabilities and Defenses

By David Stites and Anitha Tadimalla {dstites, atadimalla}@uccs.edu University of Colorado at Colorado Springs Abstract— Mobile devices, such as smartphones and PDAs have become increasingly popular with consumers and often provide essential functionality in our everyday life. Usually these mobile devices contain lots of sensitive information, such as addresses, contacts, ingoing/outgoing call logs, SMS messages, [...]

Rumors of a “Home Button”-less iPad2 and iPhone5

Normally, I think that simpler is better. I enjoy simple things and not just necessarily things like the smell of cut grass, an ice cold beer at a friends BBQ, the first snowfall of winter or reading a book. After all, Occam was on to something (the law of succinctness is a principle which generally [...]

Horiztonal Scroll Wheel with Cocoa and Objective-C

As engineers, we should attempt to cross the boundary of developers vs. front-end UI design engineers. Typically, people who write code are not very good UI engineers because they just don’t have the experience. It isn’t that we want to make a bad interface, we are just very accustomed to using standard UI components. However, [...]

K Nearest Neighbors in Java

In a previous post, I explored how one might apply classification to solve a complex problem. This post will explore the code necessary to implement that nearest neighbor classification algorithm. If you would like a full copy of the source code, it is available here in zip format. Knn.java – This is the main driver [...]