This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
''' | |
This has some pretty gross hacks in it | |
But gives a general idea what it is like to write a 2to3 fixer | |
Basically run like this: | |
ida2to3.py /path/to/your/script /path/to/idc_bc695.py | |
Give it a once over to make sure it didn't break too much, then: |