You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the "FilterRule" button and replace it with a "Clone" button in the Query window.
1. Remove the "FilterRule" button in the Query window because modifying filtering rules is not a frequently needed action. If you need to change the filtering rules, you can do so in the Query page of the Options window.
2. Added a "Clone" button in the Query window, allowing the current scanning state and results to be duplicated into a new Query window. For example, after performing an "Unknown Initial" scan, you can copy the scan results into multiple new Query windows and then execute different scans.
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
PS4CheaterNeo is a program to find game cheat codes, and it is based on [`ps4debug`](https://github.com/jogolden/ps4debug) and [`.Net Framework 4.8`](https://support.microsoft.com/en-us/topic/microsoft-net-framework-4-8-offline-installer-for-windows-9d23f658-3b97-68ab-d013-aa3c3e7495e0).
@@ -153,7 +154,7 @@ Cheat format used by PS4 Trainer and GoldHEN Cheat (0.9.6.0)
153
154
- In addition to query types such as `Byte, Float, Double, Hex`, etc., ScanType also supports `Group` types.
154
155
- Make the `section` of the suspected target more obvious.
155
156
- The query value will skip the filtered `section` list when the `Filter` checkbox is clicked.
156
-
- The preset `section` filter rules is `libSce, libc.prx, SceShell, SceLib, SceNp, SceVoice, SceFios, libkernel, SceVdec`, these rules can also be customized.
157
+
- The preset `section` filter rules is `libSce, libc.prx, SceShell, SceLib, SceNp, SceVoice, SceFios, libkernel, SceVdec`, these rules can also be customized in the Query page of the Options window.
157
158
- The `section` list whose length is less than `SectionFilterSize` (default is 200K, can be modified in Option) will be filtered when the `FilterSize` checkbox is clicked. (0.9.4.9)
158
159
- Support dump `section` to binary files in `section` list. (0.9.6.2)
159
160
- Added collapsible split container ui in Query and HexEditor and PointerFinder (can be set in `EnableCollapsibleContainer` options to enable or not). (0.9.7.3)
@@ -260,6 +261,13 @@ The relevant execution steps are as follows:
260
261
6. The conf file format is "`SID, Start, End, Valid, Prot, Name`" with each line recording a local Hidden Section. When `"Valid" is false`, it means that this `section has no data`.
261
262
262
263
264
+
### Query window: Clone scan result
265
+
266
+
- Added a "Clone" button in the Query window, allowing the current scanning state and results to be duplicated into a new Query window. For example, after performing an "Unknown Initial" scan, you can copy the scan results into multiple new Query windows and then execute different scans. (1.0.1.5)
267
+
268
+

269
+
270
+
263
271
## Scan Type [🔼](#table-of-contents)
264
272
265
273
- Depending on the length of the data, there are different results in the query, you need to use the scan type to specify the type of target data
0 commit comments