v2.6.0-beta.4 : The horizon update
Pre-release
Pre-release
pradosh-arduino
released this
19 May 07:09
·
90 commits
to main
since this release
- fixed the issue where typing space before or after
{}
makes the{var_name}
break - changed println and printf from
println
Hello World!
to
println
"Hello%0aWorld!"
- fixed a bug where
write-var
gives error if it has space on it like0x3E
is fine but<space>0x3E
is not - changed
convert
to support the newer type of strings - Implemented
deref
and changed toget-addr
- Added lot more splash text
- fixed PDB Exploit which makes decompiling lot easier
- fixed DLL Exploit which the code is saved. now its obfuscated
- discontinued linux version (may come back)