Strona 1 z 1

Control Console API

PostNapisane: 02.03.2014, 23:15
przez Konr@do
Control Console API (CcApi) v2.00

Obrazek

ControlConsoleAPI (aka CCAPI) jest to API dla PS3 i PC podobne do TMAPI występujących na konsolach DEX. Działa na CEX oraz DEX. Pozwala na sterowanie konsolą w czasie rzeczywistym z poziomu PC (np. zmiana consoleid w locie).

Możliwości:

- Kompatybilne z CEX/DEX/SEX
- Debug non-fself & fself w czasie rzeczywistym (vsh.self dla przykładu, może być debugowany w rte,oraz każda gra z niedebugowanym ebootem)
- Debug kernela w czasie rzeczywistym (lv2_kernel.self i lv1.self)
*Klasyczne funkcje (RTE na CEX + DEX):
-getProcessMemory
-setProcessMemory
-zamknięcie/restart systemu
-działa również poprzez połączenie bezprzewodowe
- bypass exec pages writing restriction
- bypass lv2 memory protection
*nowe funkcje takie jak:
- peek/poke lv1 i lv2
- zmiana ConsoleID w każdym czasie/momencie
- zmiana Ledów
- dźwięki konsoli
- temperatury
- ładowanie pluginów VSH
- informacje o systemie


Kompatybilne CFW:

4.21, 4.30, 4.40, 4.41, 4.46, 4.50 CEX oraz DEX. Niestety, CFW z Cobrą nie są obsługiwane...

Ładowanie pluginów:

Stwórz folder plugins na swoim dysku zewnętrznym dev_usb000 i wrzucaj tam wszystkie pluginy, przykładowo:

/dev_usb000/plugins/plugin1.sprx
/dev_usb000/plugins/plugin2.sprx


Ilość pluginów jest nieograniczona i wszystkie będą ładowane przy starcie systemu. Jeśli jakaś gra nie będzie chciała ruszyć - usuń plugin.

Instalacja CcApi:

Po prostu ściągnij plik PKG z downloadu poniżej, zainstaluj, uruchom, intuicyjnie wykonaj instrukcję na ekranie i po robocie. Wystarczy uruchomić tylko 1 raz!

Jak odinstalować? Uruchom program jeszcze raz :)

Jak używać:

Po zainstalowaniu, uruchom na komputerze program Quick Console Manager (ControlConsole.exe), w polu IP wpisz IP konsoli i kliknij Connect. Więcej chyba wyjaśniać nie trzeba... Opcja do zmiany consoleid oraz dla zaawansowanych gberaczy w pamięci konsoli - wszystko w czasie rzeczywistym.

Download:

Kod: Zaznacz cały
Uwaga! Materiał widoczny tylko dla zalogowanych użytkowników. Kliknij tutaj aby zobaczyć.

Re: Control Console API

PostNapisane: 23.04.2014, 00:04
przez Konr@do
Control Console API (CcApi) v2.50

Obrazek

Zmiany:

Spoiler:


Download:

Kod: Zaznacz cały
Uwaga! Materiał widoczny tylko dla zalogowanych użytkowników. Kliknij tutaj aby zobaczyć.

Re: Control Console API

PostNapisane: 05.04.2015, 22:24
przez m0rGi
Control Console API v2.60 rev4

Obrazek

The French developer Enstone has released a new revision of the application Control Console API making it compatible with the Custom Firmware 4.70 CEX or DEX team Rebug .For the uninitiated this homebrew allows us to connect the PC to the PS3 via the Target Manager ( TMAPI ) as with the console DEX . The great strength of this homebrew is that it works not only for consoles DEX , but also for those CEX ( CCAPI ) .

Opis :

Paczka zawiera :
PS3 folder
Homebrew CCAPI 2.60 rev3 .
PC Folder
CCAPI - setupV2.60.exe .
Folder PS3Lib v4.4
PS3Lib.dll .


Kompatybilne CFW :
Custom Firmware 4.21.
Custom Firmware 4.30.
Custom Firmware 4.41.
Custom Firmware 4.46.
Custom Firmware 4.50.
Custom Firmware 4.60.
Custom Firmware 4.65 CEX o DEX.
Custom Firmware 4.66.
Custom Firmware 4.70 CEX o DEX.


Funkcje :
Compatibility with console CEX / DEX / SEX .
Debug non - fself & fself en real time .
Debug kernel in real time ( and lv2_kernel.self lv1.self ) .
Get the process of memory .
Place a job in memory .
Shutdown and restart the Console.
Working through Wireless .
Bypass exec pages writing restriction .
Bypass lv2 memory protection.
Peek / Poke LV1 and LV2
SetConsoleID anytime and anywhere.
Changing LED .
RingBuzzer .
Temperatures .
Modules Loading VSH .
Notifications.


Zmiany :
Changelog 2.60

Added support 4.60 / 4.65 .
Added support Cobra .
Added SetBootPsid / SetBootConsoleId / SetPsid .
Added support for custom firmware 4.66 CEX . ( rev2 )
Added support for custom firmware 4.70 CEX . ( rev3 )
Added support for custom firmware 4.70 DEX . ( rev4 )


Linki

Kod: Zaznacz cały
Uwaga! Materiał widoczny tylko dla zalogowanych użytkowników. Kliknij tutaj aby zobaczyć.


Kod: Zaznacz cały
Uwaga! Materiał widoczny tylko dla zalogowanych użytkowników. Kliknij tutaj aby zobaczyć.

ControlConsoleAPI 2.60 (Rev 5)

PostNapisane: 28.06.2015, 16:43
przez kacpercfw
Console Manager:

Obrazek

Hello everyone,


CCAPI is a software that establishes a connection between your ps3 and your computer. You can control your ps3 from your pc. Some CCAPI functions:
Debug non-fself & fself in real time
Real time memory edit on CEX/DEX
Wire(less) connection
Module loading
Modify idps and psid
Edit console Leds
Ring console buzzer
Get ps3 temperature
...


Compatible firmwares:

CFW 4.21,4.30,4.40,4.41,4.46,4.50,4.53,4.55,4.60,4.65, 4.70 CEX or DEX + 4.66,4.75 CEX
Cobra/Non-Cobra


VSH module loading:

- create a directory in your /dev_usb000/ called plugins
and put all your sprx plugins into, it should be
/dev_usb000/plugins/prx_name1.sprx
/dev_usb000/plugins/prx_name2.sprx
....
All of the sprx that are present in this folder, will be loaded at ps3 boot.
Important: If some games refuse to work, just don't use plugins (delete plugins folder from /dev_usb000)

How to install CCAPI?

Just download and run the ccapi pkg on your ps3.
It will tell you to reboot, and it's done. You only need to do this once.

How to uninstall CCAPI?

Just run again the pkg.



Kod: Zaznacz cały
Uwaga! Materiał widoczny tylko dla zalogowanych użytkowników. Kliknij tutaj aby zobaczyć.

Re: ControlConsoleAPI 2.60 (Rev 5)

PostNapisane: 28.06.2015, 16:50
przez t212ruman
Jest temat z CCAPI,tam trza umieszczać nowe wersje http://ps3-hack.pl/forum/post41052.html?hilit=ControlConsoleAPI#p41052

Re: Control Console API

PostNapisane: 22.11.2015, 11:32
przez GNT
CCAPI V2.60 (REV 7)

Obrazek

CCAPI is a software that establishes a connection between your ps3 and your computer. You can control your ps3 from your pc. Some CCAPI functions:
Debug non-fself & fself in real time
Real time memory edit on CEX/DEX
Wire(less) connection
Module loading
Modify idps and psid
Edit console Leds
Ring console buzzer
Get ps3 temperature
...



VSH module loading:

Create a directory in your /dev_usb000/ called plugins and put all your sprx plugins into, it should be
/dev_usb000/plugins/prx_name1.sprx
/dev_usb000/plugins/prx_name2.sprx
....

All of the sprx that are present in this folder, will be loaded at ps3 boot.

Important: If some games refuse to work, just don't use plugins (delete plugins folder from /dev_usb000)

How to install CCAPI?

Just download and run the ccapi pkg on your ps3. It will tell you to reboot, and it's done. You only need to do this once.

How to uninstall CCAPI?

Just run again the pkg.

Changelog : v2.60

(NEW rev7) Added 4.76 CEX support
(rev6) Added 4.75 DEX support
(rev5) Added 4.75 CEX support
(rev4) Added 4.70 DEX support
(rev3) Added 4.70 CEX support
(rev2) Added 4.66 CEX support
Added 4.60/4.65 support
Added Cobra support
Added SetBootPsid/SetBootIdps/SetPsid
2.50

Added 4.53/4.55 support
Added a console list
2.00

Reduced memory use
DLL (C++ / C#) released to build programs for ccapi
1.00

Original version


Download:
Kod: Zaznacz cały
Uwaga! Materiał widoczny tylko dla zalogowanych użytkowników. Kliknij tutaj aby zobaczyć.

Re: Control Console API

PostNapisane: 25.05.2016, 17:48
przez DawidB
CCAPI v2.70r3

Obrazek

ControlConsoleAPI (aka CCAPI) is an API for PS3 and PC similar to TMAPI on DEX console. But this one "CCAPI" works for CEX and DEX.
It will give you those features :

Features:

- Compatibility with console CEX / DEX / SEX :lol:
- Debug non-fself & fself in real time (vsh.self for example can be debugged in rte, or any game with non debug eboot)
- Debugging kernel in real time (and lv2_kernel.self lv1.self).
*Classic functions (RTE on CEX + DEX):
- Get process memory.
- Place a job in memory.
- Shutdown and restart the console.
- Working through Wireless.
- Bypass exec pages writing restriction.
- Bypass lv2 memory protection.
- Peek / Poke LV1 and LV2
- Set ConsoleID at anytime/anywhere
- Changing LED.
- ringBuzzer
- Temperatures.
- VSH module loading
- Notifications.

Supported Firmwares:
------------------------
CFW 4.21,4.30,4.40,4.41,4.46,4.50,4.53,4.55,4.60,4.65,4.70,4.75,4.76,4.78 CEX or DEX + 4.66 Cobra/Non-Cobra

CCAPI .pkg
Kod: Zaznacz cały
Uwaga! Materiał widoczny tylko dla zalogowanych użytkowników. Kliknij tutaj aby zobaczyć.


Paczka PC + .pkg (PS3)
Kod: Zaznacz cały
Uwaga! Materiał widoczny tylko dla zalogowanych użytkowników. Kliknij tutaj aby zobaczyć.

Re: Control Console API

PostNapisane: 11.06.2016, 22:05
przez DawidB
CCAPI v2.70r4

Obrazek

Added support for 4.80 CEX or DEX

CCAPI.pkg
Kod: Zaznacz cały
Uwaga! Materiał widoczny tylko dla zalogowanych użytkowników. Kliknij tutaj aby zobaczyć.


Paczka PC + .pkg

Kod: Zaznacz cały
Uwaga! Materiał widoczny tylko dla zalogowanych użytkowników. Kliknij tutaj aby zobaczyć.

Re: Control Console API

PostNapisane: 12.11.2016, 03:48
przez DawidB
CCAPI v2.70r5

Obrazek

**Dodano wsparcie dla CFW 4.81 (CEX)

CCAPI - .pkg
Kod: Zaznacz cały
Uwaga! Materiał widoczny tylko dla zalogowanych użytkowników. Kliknij tutaj aby zobaczyć.


CCAPI - PC + .pkg
Kod: Zaznacz cały
Uwaga! Materiał widoczny tylko dla zalogowanych użytkowników. Kliknij tutaj aby zobaczyć.

Re: Control Console API

PostNapisane: 16.01.2017, 00:30
przez DawidB
CCAPI v2.70r6

Obrazek

**Dodano pełne wsparcie dla CFW 4.81 CEX i DEX

INSTALACJA .pkg
1) Wrzuć ten .pkg na USB
2) Podłącz do swojejgo PS3
3) Użyj install package
4) Uruchom program
5) Postępuj według instrukcji na Twoim ps3

CCAPI .pkg
Kod: Zaznacz cały
Uwaga! Materiał widoczny tylko dla zalogowanych użytkowników. Kliknij tutaj aby zobaczyć.


INSTAPACJA na PC + .pkg
1) Uruchom CcApi-SetupV2.60.exe
2) Postępuj według instrukcj.

CCAPI (PC + .pkg)
Kod: Zaznacz cały
Uwaga! Materiał widoczny tylko dla zalogowanych użytkowników. Kliknij tutaj aby zobaczyć.

Re: Control Console API

PostNapisane: 14.01.2018, 14:50
przez DawidB
CCAPI v2.80r1

Obrazek

**Dodano pełne wsparcie dla CFW 4.82.x CEX

Features:


- Compatibility with console CEX / DEX / SEX.
- Debug non-fself & fself in real time (vsh.self for example can be debugged in rte, or any game with non debug eboot)
- Debugging kernel in real time (and lv2_kernel.self lv1.self).
*Classic functions (RTE on CEX + DEX):
- Get process memory.
- Place a job in memory.
- Shutdown and restart the console.
- Working through Wireless.
- Bypass exec pages writing restriction.
- Bypass lv2 memory protection.
- Peek / Poke LV1 and LV2
- Set ConsoleID at anytime/anywhere
- Changing LED.
- ringBuzzer
- Temperatures.
- VSH module loading
- Notifications.

CCAPI .pkg + PC
Kod: Zaznacz cały
Uwaga! Materiał widoczny tylko dla zalogowanych użytkowników. Kliknij tutaj aby zobaczyć.

Re: Control Console API

PostNapisane: 16.04.2018, 10:00
przez DawidB
CCAPI v2.80 Rev3

Obrazek

**Dodano pełne wsparcie dla CFW 4.82.x CEX/DEX

.pkg CCAPI
Kod: Zaznacz cały
Uwaga! Materiał widoczny tylko dla zalogowanych użytkowników. Kliknij tutaj aby zobaczyć.


PC + .pkg CCAPI
Kod: Zaznacz cały
Uwaga! Materiał widoczny tylko dla zalogowanych użytkowników. Kliknij tutaj aby zobaczyć.

Re: Control Console API

PostNapisane: 03.04.2019, 08:45
przez GNT
CCAPI v2.80 Rev5

Obrazek

**Dodano pełne wsparcie dla CFW 4.84

Download CCAPI:
Kod: Zaznacz cały
Uwaga! Materiał widoczny tylko dla zalogowanych użytkowników. Kliknij tutaj aby zobaczyć.