avan06 / PS4CheaterNeo

PS4CheaterNeo is a program to find game cheat codes, and it is based on ps4debug and .Net Framework 4.8.
61 stars 6 forks source link

# Overview

PS4CheaterNeo is a program to find game cheat codes, and it is based on ps4debug and .Net Framework 4.8.

Currently in version 1.0.3.1

Table of Contents

Building 🔼

Description 🔼

SendPayload 🔼

sendpayload

Payload

ex. Paths without FW will be prioritized for loading.
path\to\PS4CheaterNeo\payloads\ps5debug.elf
path\to\PS4CheaterNeo\payloads\ps4debug.bin
path\to\PS4CheaterNeo\payloads\[FW version]\ps4debug.bin

ps4debug 5.05 by jogolden
ps4debug 6.72 by GiantPluto
ps4debug 7.02 by ChendoChap
ps4debug 7.55 by Joonie86
ps4debug 9.00 by Karo
ps4debug by ctn123 (5.0X, 6.72, 7.02, 7.5X, 9.00)
ps5debug by ctn123 & SiSTRo
ps4debug by ctn123 & SiSTRo (5.05, 6.72, 7.02, 9.00, 11.00, etc.)
ps4debug 11.00 by Karo, requires launching from web online
Frame4 by DeathRGH (5.05, 6.72, 7.02, 9.00, 11.00)

Cheat window 🔼

cheat_1 cheat_2 cheat_3 cheat_4

Cheat file support

Add Address

add

Query window 🔼

query_1 query_2 query_3 query_5

query_section_count_1 query_section_count_2

query_SectionViewMenu

query_AddrIsFilterBox

Query window: SlowMotion and Pause

slowmotion

Query window: Undo scan and auto pause

experimental1

Query window: format of scan range supports offset

query_4

Query window: Dump Import PS4 section memory block

Query window: Compare to first scan

query_compare_first

Query window: Detect Hidden Section

query_DetectHiddenSection

Query window: Clone scan result

query_ColneBtn

Scan Type 🔼

Scan Type: Byte

Scan Type: 2 Bytes

Scan Type: 4 Bytes

Scan Type: 8 Bytes

Scan Type: Float

Scan Type: Double

Scan Type: String

Scan Type: Hex

Scan Type: Group

ScanType: Group, unspecified types

Example:
Assuming the target structure is 63 00 E7 03 00 00 AB CD 00 00 00 01
Group scan can be entered as 2:99 999 ? 2:256
Assuming the target structure is 02 00 AB CD E7 03 00 00 01 00 00 00 00 00 00 00
Group scan can be entered as 2:2 2:? e7030000 1u

ScanType: Auto determine numeric (AutoNumeric)

Hex Editor 🔼

hexeditor hexeditor hexeditor experimental2 hexeditor_LittleEndian

Hex editor: displaying decimal, float, and double

hexeditor3 hexeditor4

Hex editor: Section switching ComboBox

hexeditor_sectionSwitching1 hexeditor_sectionSwitching2

Hex editor: Jump to Address/Offset

hexeditor_contextMenu
hexeditor_jumpAddress
hexeditor_jumpOffset

Pointer finder 🔼

pointerfinder_1 pointerfinder_2

Section 🔼

Section ID

  1. If the destination address we found is 3890012345, its Section is 3890000000, and the relative address is 12345
    The current Section table is as follows:
AddrStart  Prot count   SIDv1     SID
34E6200000  3  1076  200006300  522000600
34E7800000  3  1077  200006400  522000700
3890000000  3  1078  200006500  562000000 <-- Section of the destination address
3890200000  3  1079  200006600  562000100
3890600000  3  1080  200006700  562000200
  1. Each Section does not exist every time, causing the total number of Sections to increase or decrease,
    suppose the next time you start the game, add Section 34EA200000, and its SID will change to the following
    use the "count or SIDv1" of the previous save and you will get the wrong Section
AddrStart  Prot count   SIDv1     SID
34E6200000  3  1076  200006300  522000600
34E7800000  3  1077  200006400  522000700
34EA200000  3  1078  200006500  522000800 <-- Suppose this Section is added when the game is started this time, using count or SIDv1 will get the wrong Section
3890000000  3  1079  200006600  562000000 <-- The actual Section of the destination address
3890200000  3  1080  200006700  562000100
3890600000  3  1081  200006800  562000200

Hotkey 🔼

main window hotkey

query window hotkey

HexEditor window hotkey

Option 🔼

General

Cheat

Query

HexEditor

UI

ExoprtImport

option1 option2 option3

Credits & Reference 🔼

TOC generated by markdown-toc
ps4debug
PS4_Cheater
PS4_Cheater_ctn123
Be.HexEditor
SharpDisasm
AsmJit
GroupGridView
OptionTreeView
CollapsibleSplitcontainer
GoldHEN
GoldHEN_Cheat_Repository
Reaper-Software-Suite
save-decrypters
DeathRGH/frame4