Jump to content



Photo
- - - - -

Accessing the CMPLX mode on an fx-82AU PLUS II?


  • Please log in to reply
12 replies to this topic

#1 SyCreeperYT

SyCreeperYT

    Newbie

  • Members
  • Pip
  • 6 posts
  • Gender:Male
  • Interests:Gaming, programming.

  • Calculators:
    fx-82AU PLUS II, fx-9860GII

Posted 10 September 2020 - 06:55 AM

I’ve been getting quite interested in hacking the fx-82AU PLUS II through finding the various results of using the r symbol in computation mode and statistics submode 0.
 

One thing in particular I’ve been looking for is ways to glitch into CMPLX (Complex) and MAT (Matrix) modes, especially the CMPLX one. Does anyone know how to do this?


Edited by SyCreeperYT, 16 September 2020 - 06:24 AM.


#2 PhantomOverrideAlpha

PhantomOverrideAlpha

    Casio Fan

  • Members
  • PipPip
  • 45 posts
  • Gender:Male
  • Location:Massillon Ohio USA
  • Interests:Coding
    Hacking
    music
    porting

  • Calculators:
    casio FX-9750GII
    casio FX-9860GIII
    Casio FX-9750GIII

Posted 16 September 2020 - 11:45 AM

Can you give me more info on what exactly you are asking



#3 SyCreeperYT

SyCreeperYT

    Newbie

  • Members
  • Pip
  • 6 posts
  • Gender:Male
  • Interests:Gaming, programming.

  • Calculators:
    fx-82AU PLUS II, fx-9860GII

Posted 17 September 2020 - 06:40 AM

The Casio fx-82AU PLUS II has various glitched modes and such that allow you to put hackstrings into the calculator, causing freezes and crashes and even getting in other modes. Eg. Pressing equals with the hackstring (7979(7979(7979(7979r in Computation mode freezes, and pressing on takes you to VCT (Vector) mode. What I want to know is if there is a hacksting in Computation mode or Stat submode 0 that allows you to glitch into CMPLX and MAT mode on the calculator.



#4 PhantomOverrideAlpha

PhantomOverrideAlpha

    Casio Fan

  • Members
  • PipPip
  • 45 posts
  • Gender:Male
  • Location:Massillon Ohio USA
  • Interests:Coding
    Hacking
    music
    porting

  • Calculators:
    casio FX-9750GII
    casio FX-9860GIII
    Casio FX-9750GIII

Posted 18 September 2020 - 12:41 PM

Ok I can do some research on this if you would like



#5 SyCreeperYT

SyCreeperYT

    Newbie

  • Members
  • Pip
  • 6 posts
  • Gender:Male
  • Interests:Gaming, programming.

  • Calculators:
    fx-82AU PLUS II, fx-9860GII

Posted 18 September 2020 - 12:42 PM

That'd be great. Thanks.



#6 185264646

185264646

    Newbie

  • Members
  • Pip
  • 4 posts

  • Calculators:
    fx-991CNX<br />fx-82ES PLUS A

Posted 28 September 2020 - 04:00 PM

I’ve been getting quite interested in hacking the fx-82AU PLUS II through finding the various results of using the r symbol in computation mode and statistics submode 0.
 

One thing in particular I’ve been looking for is ways to glitch into CMPLX (Complex) and MAT (Matrix) modes, especially the CMPLX one. Does anyone know how to do this?

That's probably impossible. The functions of mode CMPLX and MAT(such as CMPLX-version add/mul/div/sub/sqrt) are removed. I had tested these modes on 82ES+A and they are both corrupted. Anyway, getting into these modes should be possible.



#7 SyCreeperYT

SyCreeperYT

    Newbie

  • Members
  • Pip
  • 6 posts
  • Gender:Male
  • Interests:Gaming, programming.

  • Calculators:
    fx-82AU PLUS II, fx-9860GII

Posted 29 September 2020 - 05:46 AM

That's probably impossible. The functions of mode CMPLX and MAT(such as CMPLX-version add/mul/div/sub/sqrt) are removed. I had tested these modes on 82ES+A and they are both corrupted. Anyway, getting into these modes should be possible.

Even if it is corrupted, I still want to find out how to get to them.



#8 185264646

185264646

    Newbie

  • Members
  • Pip
  • 4 posts

  • Calculators:
    fx-991CNX<br />fx-82ES PLUS A

Posted 29 September 2020 - 10:07 AM

Even if it is corrupted, I still want to find out how to get to them.

OK, then the best way is to dump its ROM(only need to know the locations of some key gadgets), and use basic overflow to enter arbitrary mode. You can contact user202729. Theoretically, it doesn't need any applications of r to get basic overflow. However, that's really hard. So my suggestion is that you can try to figure out the way of getting into Mode 68 or basic overflow using r.



#9 SyCreeperYT

SyCreeperYT

    Newbie

  • Members
  • Pip
  • 6 posts
  • Gender:Male
  • Interests:Gaming, programming.

  • Calculators:
    fx-82AU PLUS II, fx-9860GII

Posted 30 September 2020 - 06:10 AM

OK, then the best way is to dump its ROM(only need to know the locations of some key gadgets), and use basic overflow to enter arbitrary mode. You can contact user202729. Theoretically, it doesn't need any applications of r to get basic overflow. However, that's really hard. So my suggestion is that you can try to figure out the way of getting into Mode 68 or basic overflow using r.

What is arbitrary mode and what does dumping the ROM do? Also how do I do both? I know of a way to get a basic overflow with r in STAT submode 0 so how would I use this to enter arbitrary mode?



#10 185264646

185264646

    Newbie

  • Members
  • Pip
  • 4 posts

  • Calculators:
    fx-991CNX<br />fx-82ES PLUS A

Posted 30 September 2020 - 12:00 PM

What is arbitrary mode and what does dumping the ROM do? Also how do I do both? I know of a way to get a basic overflow with r in STAT submode 0 so how would I use this to enter arbitrary mode?

The mode is determined by [d_0x80F9](Maybe wrong) in RAM. The value of this 8-bit unit can be varied from 0 to 255, which means there can be 256 modes in total(though most values are not handled at all, which might be Mode68 or something else). You need to create an ROP to edit that value and avoid the calculator being reset after pressing on. You can try to download the repository fxesplus created by user202729 and try to use the 570es+ emulator and see how it works. You need much related knowledge to understand the whole thing if you want to write an ROP by yourself. However, if your target is only to get into those modes, you can contact to someone to help you(maybe only user202729). Dumping the ROM may take many days if you are new to this.



#11 SyCreeperYT

SyCreeperYT

    Newbie

  • Members
  • Pip
  • 6 posts
  • Gender:Male
  • Interests:Gaming, programming.

  • Calculators:
    fx-82AU PLUS II, fx-9860GII

Posted 01 October 2020 - 04:07 AM

The mode is determined by [d_0x80F9](Maybe wrong) in RAM. The value of this 8-bit unit can be varied from 0 to 255, which means there can be 256 modes in total(though most values are not handled at all, which might be Mode68 or something else). You need to create an ROP to edit that value and avoid the calculator being reset after pressing on. You can try to download the repository fxesplus created by user202729 and try to use the 570es+ emulator and see how it works. You need much related knowledge to understand the whole thing if you want to write an ROP by yourself. However, if your target is only to get into those modes, you can contact to someone to help you(maybe only user202729). Dumping the ROM may take many days if you are new to this.

I think it is obvious I don't know much about this stuff... xD



#12 j2shwaver

j2shwaver

    Newbie

  • Members
  • Pip
  • 2 posts
  • Gender:Male

  • Calculators:
    fx-50FH II
    fx-82AU PLUS II 2nd edition

Posted 03 July 2023 - 11:47 AM

 how do you access to complex mode on a fx82 au plus II, how to type r into the cal. according to your "hackstrick"?


Edited by j2shwaver, 04 July 2023 - 01:14 AM.


#13 j2shwaver

j2shwaver

    Newbie

  • Members
  • Pip
  • 2 posts
  • Gender:Male

  • Calculators:
    fx-50FH II
    fx-82AU PLUS II 2nd edition

Posted 27 October 2023 - 11:13 PM

The Casio fx-82AU PLUS II has various glitched modes and such that allow you to put hackstrings into the calculator, causing freezes and crashes and even getting in other modes. Eg. Pressing equals with the hackstring (7979(7979(7979(7979r in Computation mode freezes, and pressing on takes you to VCT (Vector) mode. What I want to know is if there is a hacksting in Computation mode or Stat submode 0 that allows you to glitch into CMPLX and MAT mode on the calculator.

How do you type the "r"? 






0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users