Skip to content

Releases: tomvita/EdiZon-SE

3.8.37a

10 Dec 10:38
3e06cff

Choose a tag to compare

This release has the recompiled 3.8.37 ( recompilation required for Atmosphere 1.10.0+ compatibility ).
The bundled Breeze version has been updated to the latest beta.

Fix led and enable player2 controler

13 Mar 14:38

Choose a tag to compare

Pre-release

Very minor change, fixed LED stop working for HOS16
Now player two controller can also control EdiZon

3.8.36

20 Jun 09:56

Choose a tag to compare

Key hints is place on the cheat code label, instead of only showing up in Edizon SE now it will show on all cheat managers.

Enhancements to memory explorer and add bookmark from cheat

06 Apr 02:51

Choose a tag to compare

Fixed a pointer chain navigation bug.
Show segment and module information in memory explorer.
Add bookmark from cheat now works on pointer that isn't currently valid.
Add bookmark from cheat now supports negative offset.
Fixed a bug in button display string.

silent update to Noexes sysmodule and Breeze on 6 May 2022

Revert changes made in 3.8.34a

25 Mar 14:48

Choose a tag to compare

Pre-release

Turns out the change actually achieve very little. Was wrong about it fixing f32. Decided to change it back.

Create a code for ASM hacking of dynamically load module

21 Mar 09:42

Choose a tag to compare

On search tab, press ZL+X will add a code that would setup R0 for hacking of dynamically loaded module.
Normally ASM hack is setup with code type 0.
Code Type 0x0: Store Static Value to Memory
0TMR00AA AAAAAAAA VVVVVVVV (VVVVVVVV)
T: Width of memory write (1, 2, 4, or 8 bytes).
M: Memory region to write to (0 = Main NSO, 1 = Heap, 2 = Alias, 3 = Aslr).
R: Register to use as an offset from memory region base.
A: Immediate offset to use from memory region base.
V: Value to write.
The Register to use as offset is normally left at 0.
This code setup R0 with offset to write to NRO.
Set this code as master then use for example
04000000 to write to NRO space.
Only tested with ".hack//G.U. Last Recode"

Show segment and module information in memory explorer

20 Mar 23:07

Choose a tag to compare

Memory explorer shows the memory segment type and permissions with module name where applicable.

Fix pointer chain navigation bug

19 Mar 23:19

Choose a tag to compare

Pre-release

Fix pointer chain depth short by 1 when you get "access denied".

fixed button display string

16 Mar 02:58

Choose a tag to compare

Pre-release

If first line of code is of type bigger than 8 previous version treat it like code type 8 and display the button symbols associated with code type 8

fix problem with negative number in 32bit search

11 Mar 04:57

Choose a tag to compare

Comparison between number that involve negative number was wrong for anything that isn't 64bit. Now it is fixed for 32bit number. (16 bit and 8 bit number not fixed).

For f32 R now also swap Value1 and Value2 in addition to negating them

Fixed a bug with ==*