Commit graph

17 commits

Author SHA1 Message Date
JoshuaMK
5eeed99f97 Fix ASM strings, ensure one time var on decomp 2022-01-27 07:09:04 -06:00
JoshuaMK
ba1a0d6df3 Fix more (de)compilation errors 2022-01-26 06:47:34 -06:00
Augs
c0cf50c6f7 Added flow control analysis to decompiler 2019-12-03 17:01:59 +00:00
Augs
9b37f0273a First version of decompiler option 2019-11-21 17:28:39 +00:00
arookas
54f5e0162c Fixed: ret0 made text output quit early
Now it checks if there's a jne or jmp command pointing past the current
ret, ret0, or end command and, if so, keeps going.
2016-03-02 02:46:13 -05:00
arookas
da3b81cf33 var keyword is awesome 2016-03-02 02:45:06 -05:00
arookas
a17a6c4b84 Even more renaming
WILL IT EVER STOP?!
2016-03-02 02:44:47 -05:00
arookas
f03fb8ac10 More renaming 2016-03-02 02:11:40 -05:00
arookas
164feee319 Renamed .dynsm to .sym
It's not exactly an ELF binary, and it's called sym in SMS so I may as
well stay consistent.
2016-03-02 02:02:53 -05:00
arookas
cdda059187 Removed version number 2016-03-02 02:01:52 -05:00
arookas
a4e0af193e Updated arookas library
Now it uses the public repository, making syncing updates much easier.
2016-02-12 22:53:18 -05:00
arookas
780345863e Added return value to WriteJmp 2016-02-01 04:41:06 -05:00
arookas
6f6306c064 Made try/catch release-only
This makes debugging a lot easier
2016-02-01 00:28:03 -05:00
arookas
1e8eb63f34 Fixed: write dest, not ofs 2016-01-23 01:36:27 -05:00
arookas
79e167da39 Fixed: var command didn't use WriteVar 2016-01-23 01:15:50 -05:00
arookas
15421158b7 Fixed: find variable symbol by data, not index 2016-01-23 00:58:56 -05:00
arookas
d56bd81a0a Added preliminary sbdump code. 2015-12-30 22:27:03 -05:00