5,092 research outputs found

    InternalBlue - Bluetooth Binary Patching and Experimentation Framework

    Full text link
    Bluetooth is one of the most established technologies for short range digital wireless data transmission. With the advent of wearables and the Internet of Things (IoT), Bluetooth has again gained importance, which makes security research and protocol optimizations imperative. Surprisingly, there is a lack of openly available tools and experimental platforms to scrutinize Bluetooth. In particular, system aspects and close to hardware protocol layers are mostly uncovered. We reverse engineer multiple Broadcom Bluetooth chipsets that are widespread in off-the-shelf devices. Thus, we offer deep insights into the internal architecture of a popular commercial family of Bluetooth controllers used in smartphones, wearables, and IoT platforms. Reverse engineered functions can then be altered with our InternalBlue Python framework---outperforming evaluation kits, which are limited to documented and vendor-defined functions. The modified Bluetooth stack remains fully functional and high-performance. Hence, it provides a portable low-cost research platform. InternalBlue is a versatile framework and we demonstrate its abilities by implementing tests and demos for known Bluetooth vulnerabilities. Moreover, we discover a novel critical security issue affecting a large selection of Broadcom chipsets that allows executing code within the attacked Bluetooth firmware. We further show how to use our framework to fix bugs in chipsets out of vendor support and how to add new security features to Bluetooth firmware

    MIDAS, prototype Multivariate Interactive Digital Analysis System for large area earth resources surveys. Volume 1: System description

    Get PDF
    A third-generation, fast, low cost, multispectral recognition system (MIDAS) able to keep pace with the large quantity and high rates of data acquisition from large regions with present and projected sensots is described. The program can process a complete ERTS frame in forty seconds and provide a color map of sixteen constituent categories in a few minutes. A principle objective of the MIDAS program is to provide a system well interfaced with the human operator and thus to obtain large overall reductions in turn-around time and significant gains in throughput. The hardware and software generated in the overall program is described. The system contains a midi-computer to control the various high speed processing elements in the data path, a preprocessor to condition data, and a classifier which implements an all digital prototype multivariate Gaussian maximum likelihood or a Bayesian decision algorithm. Sufficient software was developed to perform signature extraction, control the preprocessor, compute classifier coefficients, control the classifier operation, operate the color display and printer, and diagnose operation

    Doctor of Philosophy

    Get PDF
    dissertationMagnetic Resonance guided High Intensity Focused Ultrasound (MRgHIFU) treatments are a promising modality for cancer treatments in which a focused beam of ultrasound energy is used to kill tumor tissue. However, obstacles still exist to its widespread clinical implementation, including long treatment times. This research demonstrates reductions in treatment times through intelligent selection of the usercontrollable parameters, including: the focal zone treatment path, focal zone size, focal zone spacing, and whether to treat one or several focal zone locations at any given time. Several treatments using various combinations of these parameters were simulated using a finite difference method to solve the Pennes bio-heat transfer equation for an ultrasonically heated tissue region with a wide range of acoustic, thermal, geometric, and tumor properties. The total treatment time was iteratively optimized using either a heuristic method or routines included in the Matlab software package, with constraints imposed for patient safety and treatment efficacy. The results demonstrate that large reductions in treatment time are possible through the intelligent selection of user-controllable treatment parameters. For the treatment path, treatment times are reduced by as much as an order of magnitude if the focal zones are arranged into stacks along the axial direction and a middle-front-back ordering is followed. For situations where normal tissue heating constraints are less stringent, these focal zones should have high levels of adjacency to further decrease treatment times; however, adjacency should be reduced in some cases where normal tissue constraints are more stringent. Also, the use of smaller, more concentrated focal zones produces shorter treatment times than larger, more diluted focal zones, a result verified in an agar phantom model. Further, focal zones should be packed using only a small amount of overlap in the axial direction and with a small gap in the transverse direction. These studies suggest that all treatment time reductions occur due to selection of parameters that advantageously use mechanisms of decreasing the focal zone size to concentrate the power density, increasing thermal superposition in the tumor, decreasing thermal superposition in the normal tissue, and advantageously using nonlinear rates of thermal dose deposition with increasing temperature

    Building Efficient Query Engines in a High-Level Language

    Get PDF
    Abstraction without regret refers to the vision of using high-level programming languages for systems development without experiencing a negative impact on performance. A database system designed according to this vision offers both increased productivity and high performance, instead of sacrificing the former for the latter as is the case with existing, monolithic implementations that are hard to maintain and extend. In this article, we realize this vision in the domain of analytical query processing. We present LegoBase, a query engine written in the high-level language Scala. The key technique to regain efficiency is to apply generative programming: LegoBase performs source-to-source compilation and optimizes the entire query engine by converting the high-level Scala code to specialized, low-level C code. We show how generative programming allows to easily implement a wide spectrum of optimizations, such as introducing data partitioning or switching from a row to a column data layout, which are difficult to achieve with existing low-level query compilers that handle only queries. We demonstrate that sufficiently powerful abstractions are essential for dealing with the complexity of the optimization effort, shielding developers from compiler internals and decoupling individual optimizations from each other. We evaluate our approach with the TPC-H benchmark and show that: (a) With all optimizations enabled, LegoBase significantly outperforms a commercial database and an existing query compiler. (b) Programmers need to provide just a few hundred lines of high-level code for implementing the optimizations, instead of complicated low-level code that is required by existing query compilation approaches. (c) The compilation overhead is low compared to the overall execution time, thus making our approach usable in practice for compiling query engines

    Content addressable memory project

    Get PDF
    A parameterized version of the tree processor was designed and tested (by simulation). The leaf processor design is 90 percent complete. We expect to complete and test a combination of tree and leaf cell designs in the next period. Work is proceeding on algorithms for the computer aided manufacturing (CAM), and once the design is complete we will begin simulating algorithms for large problems. The following topics are covered: (1) the practical implementation of content addressable memory; (2) design of a LEAF cell for the Rutgers CAM architecture; (3) a circuit design tool user's manual; and (4) design and analysis of efficient hierarchical interconnection networks
    • …
    corecore