ROSE
0.11.131.0
|
Disassembly and partitioning utility functions for JVM.
Functions | |
bool | isJavaClassFile (const boost::filesystem::path &) |
True if named file is a Java class file. More... | |
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.