Sciweavers

CASSIS
2005
Springer

Information Flow Analysis for a Typed Assembly Language with Polymorphic Stacks

13 years 10 months ago
Information Flow Analysis for a Typed Assembly Language with Polymorphic Stacks
Abstract. We study secure information flow in a stack based Typed Assembly Language (TAL). We define a TAL with an execution stack and establish the soundness of its type system by proving non-interference. One of the problems of studying information flow for a low-level language is the absence of high-level control flow constructs that guide information flow analysis in high-level languages. Furthermore, in the presence of an execution stack, code that frees space on the stack must be constrained in order to avoid illegal flows. Finally, in the presence of stack polymorphism, we must ensure that type variables are instantiated without observable differences. These issues are addressed by introducing junction points into the type system, ensuring that they behave as ordered linear continuations and that they interact safely with the execution stack. We also discuss several limitations of our approach and point out some issues that are left open.
Eduardo Bonelli, Adriana B. Compagnoni, Ricardo Me
Added 26 Jun 2010
Updated 26 Jun 2010
Type Conference
Year 2005
Where CASSIS
Authors Eduardo Bonelli, Adriana B. Compagnoni, Ricardo Medel
Comments (0)