Sanny Builder Bug Tracker - Sanny Builder
View Issue Details
0000048Sanny Builder[All Projects] decompilerpublic2019-08-16 06:152019-09-15 01:59
Seemann 
Seemann 
normalmajoralways
resolvedfixed 
3.2.4 
3.3.1 
0000048: Decompiler adds parameters after comment for opcode 004F
If an INI file has a comment for the opcode 004F

004F=-1,create_thread %1p% // with extra params

the output file will have additional parameters added after the comment

004F: create_thread @CHKINFO // with extra params $3917 1

effectively stripping out important data
Dissassemble GTA LCS main.scm with the default distribution of Sanny Builder 3.2.4
No tags attached.
Issue History
2019-08-16 06:15SeemannNew Issue
2019-08-16 06:15SeemannStatusnew => assigned
2019-08-16 06:15SeemannAssigned To => Seemann
2019-09-15 01:58SeemannNote Added: 0000051
2019-09-15 01:59SeemannStatusassigned => resolved
2019-09-15 01:59SeemannFixed in Version => 3.3.1
2019-09-15 01:59SeemannResolutionopen => fixed

Notes
(0000051)
Seemann   
2019-09-15 01:58   
This bug affects all opcodes with variable number of params, most notably

0ADA=-1,%3d% = scan_file %1d% format %2d% //IF and SET