Download from
Link-------------------------------------------------------------------------------------------------------
CoSMOS Changelog 6.0.2
-------------------------------------------------------------------------------------------------------
General:
[+] Added support for .NET games
[~] More several small GUI improvements
[~] Performance improvements when parsing addresses
[!] Fixed loading some very early v5 cheat tables
[!] Fixed an issue where some memory regions are unnessecarily scanned
Beginner Version:
[+] Added changing value of selected table items at once
[+] Added changing description of selected table items at once
[!] Fixed some missing translations
Scan Engine:
[!] Fixed string search
[!] Fixed finding AOB in some very specific cases
Cheat Table:
[+] Added option to test selected items only
[~] Improved finding new injection spot logic on test table
[~] Improved test table feedback result if error is not caused by AOB scan
[~] Table test no longer auto start when opened
Script Engine:
[~] Script execution now waits for symbolhandler in case its busy
[!] Fixed 'label not defined' error when definition line ends with spaces
[!] Fixed line gets assembled to a multi-nop instruction under rare circumstances
[!] Fixed globalalloc command may throw "too many/less parameters" exception
[!] Fixed indexing AOBscan APIs can be out of order
Attach To Process Window:
[+] Added message when Cosmos runs without administrator rights
Diassembly Viewer:
[+] Generating AOB scripts is now running asynchronous
Symbol Viewer:
[+] Added option to manually load a PDB file
[+] Added RTTI Scanner
[+] Added custom symbols
.NET Assembly Viewer:
[+] Added remotely invoke method
[+] Added option to rebuild assemblies from memory instead of loading files from disk
[+] Added support for .NET games
[+] Added an ignoreable message whether to auto add assemblies to the list
[!] Fixed going back/forth or from find references dialog not focus/select the target item
Mono Engine:
[!] Fixed il2cpp fails when export symbols are stripped
[!] Fixed an issue where retrieving a method address failed if the same classname exist in two different assemblies
Structure Dissect:
[+] Added RTTI information
[!] Fixed pointer detection
Patch Scanner:
[+] Detects and warns about using it on packed files
[!] Fixed an out of range exception
LUA:
[+] Added mono_findMethods API
[+] Added loadPDBFile API