lucasduffey / binja_smali

12 stars 4 forks source link

code refactor - follow Google Python Style Guide #41

Open lucasduffey opened 8 years ago

lucasduffey commented 8 years ago

https://google.github.io/styleguide/pyguide.html

lucasduffey commented 8 years ago

dexParser.py: I did a single sweep so far. "instruction" dict still needs refactor leb128.py: rewrote it myself, and reverted. My code is wrong AFAIK.