anestisb / vdexExtractor

Tool to decompile & extract Android Dex bytecode from Vdex files
Apache License 2.0
1k stars 214 forks source link

a better way for GCC to acknowledge fallthrough #13

Closed angea closed 6 years ago

anestisb commented 6 years ago

Appreciate the contribution

anestisb commented 6 years ago

Had some issues with your change across my Android NDK setups so replaced it with (from what I understand) a more portable version in https://github.com/anestisb/vdexExtractor/commit/8349c03a43dc15601705a66ccbf1cf8ce62749a8 Does that work for you?