Skip to content

Rust parser/writer for the Dalvik executable format

License

Notifications You must be signed in to change notification settings

Sculas/dexlib-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dexlib-rs

Rust parser/writer for the Dalvik executable format.

Currently WIP.

Testing

To test the library, I ripped the classes.dex file from YouTube's APK. I'm obviously not going to include it in the repository, so you'll have to get it yourself from APKMirror. Using the YouTube APK is not required, you can use any APK you want if you wish to do so.

Once you have it placed in the tests directory, you can run the tests with:

cargo test

About

Rust parser/writer for the Dalvik executable format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages