Jump to content
  • 0

Arm64 code for "TRUE"


LUL666

Question

1 answer to this question

Recommended Posts

  • Moderators
19 minutes ago, LUL666 said:

I need arm(x64) code value of setting a value to TRUE.

I know false but couldn't find true code somewhere so please help me.

C#:
return 1 or true;

ARMv7:

01 00 A0 E3 1E FF 2F E1

ARM64:

20 00 80 D2 C0 03 5F D6

-------------------------------------

C#:
return 0 or false;

ARMv7:

00 00 A0 E3 1E FF 2F E1

ARM64:

00 00 80 D2 C0 03 5F D6

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.