Skip to content

v2.6.0-beta.4 : The horizon update

Pre-release
Pre-release
Compare
Choose a tag to compare
@pradosh-arduino pradosh-arduino released this 19 May 07:09
· 90 commits to main since this release
ef28065
  • 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 like 0x3E is fine but <space>0x3E is not
  • changed convert to support the newer type of strings
  • Implemented deref and changed to get-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)