ROSE  0.11.145.0
Functions
Rose::BinaryAnalysis::Partitioner2::ModulesJvm Namespace Reference

Description

Disassembly and partitioning utility functions for JVM.

Functions

bool isJavaClassFile (const boost::filesystem::path &)
 True if named file is a Java class file. More...
 

Function Documentation

bool Rose::BinaryAnalysis::Partitioner2::ModulesJvm::isJavaClassFile ( const boost::filesystem::path &  )

True if named file is a Java class file.

Class files usually have names with a ".class" extension, although this function actually tries to open the file and parse the file header to make that determination.