REAL CCCam 2.0.11 [patched by mower]

k@lkov

Super VIP
Messages
10,003
Code:
1. First download cccam-azbox-2-0-11.rar archive from this post.
2. Extract archive somewhere on HDD.
3. FTP to your Azbox receiver
4. Go to /EMU/ folder and make new folder called lib
5. Copy all files from extracted folder to /EMU/lib
6. chmod 755 all files.
7. Prepare your CCcam.cfg file and put it in /EMU/lib/.
8. Telnet to your Azbox receiver
9. Execute this -> /EMU/lib/ld.so.1 --library-path
   /EMU/lib /EMU/lib/CCcam.mipsel -dv -C /EMU/lib/CCcam.cfg&

And if all goes well your real CCcam should run
Happy hacking people.
First stage is complete.

Next one will be hard (how to start decoding)!!!

Making linux dvb api without source code of openxcasapi 
and how it deal with sigma chip (
Still waiting for access to source code ...
Sorry people , again it doesnt depend on me, how fast this will be going ...
 

k@lkov

Super VIP
Messages
10,003
Small update

Code:
I menage to emulate camd.socket over openxcasapi 
so now PMT can be sent to CCcam.

Download again archive from my post.
There is two new files and new patched CCcam 2.1.1 version.
Copy libdvbapi.so in /EMU/lib.
For dvbapi_module create /EMU/OpenXCAS/dvbapiCAS directory and copy 
there dvbapi_module , make new openxcas.conf and change module.seq.

There is small change on how you start now CCcam binary.
LD_PRELOAD=/EMU/lib/libdvbapi.so /EMU/lib/ld.so.1 --library-path /EMU/lib/ 
/EMU/lib/CCcam.mipsel -dv -C "where is CCcam.cfg" &

If all goes okey , you should see that CCCam is processing PMT 
and writing down CA systems ...

If dvbapi_module is manual started you should see CA_PMT datas in hexadecimal...

PS. Pls people test it how this working before 
I try to menage somehow sending ECM to CCcam ...
 
Top