Post: [UPDATE] CCAPI Debugger 2.2
12-28-2013, 02:04 PM #1
(adsbygoogle = window.adsbygoogle || []).push({});

CCAPI Debugger
Current version: 2.2 - You must login or register to view this content.
Virus scan (Errors in virus result are because I used an Obfuscator) - You must login or register to view this content.


This application will let you debug the PS3 memory and search values/changes.

You must login or register to view this content.


Features


  • Connection via CCAPI(CEX) and TMAPI(DEX - Not tested).
  • Set/Get offset value (1 byte, 2 bytes, 4 bytes and text).
  • Debugging: Show current PS3 memory, starting at a specific address.
  • Auto update PS3 Memory in a specified interval time (Changes will be shown red in Hex).
  • Search for a value (Hex or Dec) in a specific range of memory. Results will be shown in a table. Refresh searched results to get current values of memory.
  • Search in Result for specific changes like ammo changing from 345 to 344.
  • Single click on result: Offset and current value will be shown in Offset Box to edit. Double click: Same as single click + PS3 memory at clicked offset will be shown.
  • Dump memory: Dumps PS3 Memory in specific range to a binary file.
  • Find Offset ranges for your game.



Shortcuts


  • CTRL + D - Dump memory
  • F6 - Reload debug PS3 memory
  • F5 - Refresh search results



Changelog

Version 2.2

  • Bugfix: "[...] is not a parameter-less method, property or field of type '????????'"
  • Bugfix: small searching performance fix

Version 2.1

  • Optimized the layout for people with lower resolutions.
  • Finding game ranges (Credits to Dnawrkshp).
  • Search in Result performance update (For 53,000 results: Old algorithm = 9:48 mins / New algorithm = 39 secs!).
  • Added time counter for Search/Refresh

Version 2.0

  • Added search features.
  • Added a dump feature.
  • Added shortcuts.

Version 1.1

  • When a byte is clicked in hex view, it will automatically set the offset + byte to the inputs and focus on them, so it’s very close to live editing.

Version 1.0

  • Thanks You must login or register to view this content. for the design.
  • Initial release.



Credits


  • ccarlsen Design Concept and Thread
  • byDaan for testing
  • Enstone CCAPI
  • iMCSx PS3Lib
  • Dnawrkshp NetCheat idea

Last edited by MaDetho ; 01-11-2014 at 08:41 PM.

The following 121 users say thank you to MaDetho for this useful post:

-SuperMan, K3-, {H} | Exception, Hammy, One, 04jberry, ady05113, alexis strider, AnonHack, anxify, Asian, azooz121, bAdReQuEsT, Bane., BaSs_HaXoR, Beard-i, blazedhobo, Browski, byDaan, ccarlsen, Cesei, Chunk Norris, cl_21, Claww1337_, colishn, CONRUN, CPUzX, Creepz, Creepzoid 0___0, cruzthemaster, Dan Dactyl, danilo_BR, Dannie Fresh, DANNY G, darkprince123, Dog88Christian, dolby1, Dro, EliteHackzPS3, FarSideX, FBML, FBOMB, Fizzy Joon, gοd, G33B0X, Gay For Satan, GelsonSilva, Gendjisan, grifzxp, Heaney, iMoDz-Baptiste, ImPiffHD, iNDMx, InfinityISB4CK, ioritree, iRnZ, Welsh, ItsLollo1000, Yenix, iWantFr33Download$, JATOCH, joni_djESP, jp187187, Kaffeeklatsch, KareraHekku, KimJongIl, king21, KranK, l3g3ndary, LaRip8, Lucas Mace, lucasaf01, M0T1VAT10N, Mango_Knife, Mauzey, metoshkata, MOD-RuLeZ, Moneybird1, Nana, NickBeHaxing, Norway-_-1999, John, Notorious, Member35342235, primetime43, ProFreakZzHD, RambosNGU, RatchetBooty, ResistTheMoon, richard5555, ryu_hayabusa80, sauib786, SHAkA, Sir Zee, SkillsPayBills-, Smoky420, star2000 and 21 other users.

The following user groaned MaDetho for this awful post:

hacking247
09-10-2014, 03:58 PM #101
Every time I click search it gives me an error does anyone know why?
09-10-2014, 04:29 PM #102
Citadel
Samurai Poster
Originally posted by Plan
Every time I click search it gives me an error does anyone know why?


Maybe if you told us the error we could help you
09-10-2014, 05:27 PM #103
The error says "Unhandled exception has occurred in your application. If you click continue. The application will ignore this error and attempt to continue. If you click quit.the application will close"
"Object reference not set to an instance of an object "
09-10-2014, 07:12 PM #104
Its giving me that error because of the ranges I'm searching does anyone know why? the ranges work fine in netcheat
09-10-2014, 07:44 PM #105
Citadel
Samurai Poster
Originally posted by Plan
Its giving me that error because of the ranges I'm searching does anyone know why? the ranges work fine in netcheat


You can't scan in C range
09-13-2014, 11:50 AM #106
For fgts:
This is Target Manager for CEX.
09-19-2014, 02:59 PM #107
For some reason when i try to search something on the bottom (yes i put in everything correct), it comes up with no results. anyone know why it does this?
09-24-2014, 09:39 PM #108
DPO23
Climbing up the ladder
Originally posted by MaDetho View Post

CCAPI Debugger
Current version: 2.2 - You must login or register to view this content.
Virus scan (Errors in virus result are because I used an Obfuscator) - You must login or register to view this content.


This application will let you debug the PS3 memory and search values/changes.

You must login or register to view this content.


Features


  • Connection via CCAPI(CEX) and TMAPI(DEX - Not tested).
  • Set/Get offset value (1 byte, 2 bytes, 4 bytes and text).
  • Debugging: Show current PS3 memory, starting at a specific address.
  • Auto update PS3 Memory in a specified interval time (Changes will be shown red in Hex).
  • Search for a value (Hex or Dec) in a specific range of memory. Results will be shown in a table. Refresh searched results to get current values of memory.
  • Search in Result for specific changes like ammo changing from 345 to 344.
  • Single click on result: Offset and current value will be shown in Offset Box to edit. Double click: Same as single click + PS3 memory at clicked offset will be shown.
  • Dump memory: Dumps PS3 Memory in specific range to a binary file.
  • Find Offset ranges for your game.



Shortcuts


  • CTRL + D - Dump memory
  • F6 - Reload debug PS3 memory
  • F5 - Refresh search results



Changelog

Version 2.2

  • Bugfix: "[...] is not a parameter-less method, property or field of type '????????'"
  • Bugfix: small searching performance fix

Version 2.1

  • Optimized the layout for people with lower resolutions.
  • Finding game ranges (Credits to Dnawrkshp).
  • Search in Result performance update (For 53,000 results: Old algorithm = 9:48 mins / New algorithm = 39 secs!).
  • Added time counter for Search/Refresh

Version 2.0

  • Added search features.
  • Added a dump feature.
  • Added shortcuts.

Version 1.1

  • When a byte is clicked in hex view, it will automatically set the offset + byte to the inputs and focus on them, so it’s very close to live editing.

Version 1.0

  • Thanks You must login or register to view this content. for the design.
  • Initial release.



Credits


  • ccarlsen Design Concept and Thread
  • byDaan for testing
  • Enstone CCAPI
  • iMCSx PS3Lib
  • Dnawrkshp NetCheat idea



"Search in Result for specific changes like ammo changing from 345 to 344"
could you explain me how to do it in few worlds? thanks
10-17-2014, 07:04 AM #109
dont work with ccapi 2.50 :(

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo