10000 GitHub - lwjfork/atosl-java at fb_atosl
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lwjfork/atosl-java

 
 

Repository files navigation

atosl-java

atosl(for linux) for java

Usage

Requirements

  • libelf
    • sudo apt-get install libelf-dev
  • Iberty
    • Ubuntu 14.04
      • sudo apt-get install libiberty-dev
    • Ubuntu 12.04
      • sudo apt-get install binutils-dev
  • libdwarf
    • Download from Official Website
    • Unzip source, then
      • ./configure --enable-shared
      • make
    • copy libdwarf.so file to /usr/lib
    • copy libdwarf.h and dwarf.h to atosl-java folder

Build

make

Java

symbolicate(String arch, String executable, String[] addresses, int addressLength);

Return value


code status
0 success
-1 unsupported architecture
-2 unable to open dSYM file
-3 unable to read dSYM file
-4 unable to read architecture
-5 unable to seek
-6 architecture not found
-7 invalid magic for architecture
-8 invalid memory address

Example

Reference

About

atosl for java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 52.8%
  • C++ 41.8%
  • Java 4.8%
  • Other 0.6%
0