index
:
pokemon-reverse-engineering-tools
master
path-finding
py3-continued
vba-automation
reverse engineering tools
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
romstr.py
Age
Commit message (
Expand
)
Author
2013-08-03
make a basic python module
Bryan Bishop
2013-08-03
remove dangling whitespace in source code files
Bryan Bishop
2013-06-23
Edit some docstrings in /extras.
Kat Harrison
2013-03-21
fix docstring formatting everywhere
Bryan Bishop
2013-02-03
simplify load_rom in gbz80disasm
Bryan Bishop
2013-01-27
py26 fix for RomStr.load_labels (json)
Bryan Bishop
2013-01-27
remove a broken, unfinished disassembler (DisAsm)
Bryan Bishop
2013-01-27
allow unicode addresses in RomStr.to_asm
Bryan Bishop
2013-01-27
include character encoding header in romstr.py
Bryan Bishop
2013-01-27
better formatting for romstr imports
Bryan Bishop
2013-01-27
RomStr doesn't need deepcopy
Bryan Bishop
2012-10-11
get an address given a label
Bryan Bishop
2012-07-01
use os.path.join instead of cowboying it
Bryan Bishop
2012-07-01
make pokecrystal compatible with python2.6 by default
Bryan Bishop
2012-07-01
use extras/labels.json and not ./labels.json in romstr.py
Bryan Bishop
2012-07-01
fix romstr for compiling (thanks pasky)
Bryan Bishop
2012-06-21
graph.py - parse pokecrystal into a function graph for d3.js
Bryan Bishop
2012-06-20
continue at relative jumps and fix formatting
Bryan Bishop
2012-06-20
use labels in the disassembler output
Bryan Bishop
2012-06-20
load labels into the new disassembler
Bryan Bishop
2012-06-19
use romstr.py as the new disassembler
Bryan Bishop
2012-06-19
asm output for the new disassembler
Bryan Bishop
2012-06-19
implement a formatted-with-labels version of the opcode line
Bryan Bishop
2012-06-19
remove debug lines
Bryan Bishop
2012-06-19
super duper disassembler fixes
Bryan Bishop
2012-06-14
advance forward when disassembling the rom
Bryan Bishop
2012-06-10
broken disassembler
Bryan Bishop
2012-06-10
backtracking and labeling for the disassembler
Bryan Bishop
2012-06-10
somewhat improved disassembler
Bryan Bishop
2012-06-07
sleepy disassembling
Bryan Bishop
2012-06-07
more awful code for the new disassembler
Bryan Bishop
2012-06-07
almost complete new disassembler version
Bryan Bishop
2012-05-29
move AsmList into romstr.py too
Bryan Bishop
2012-05-29
move RomStr into a shared file
Bryan Bishop