Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
99 % decoded.
04-05-2012, 10:42 PM
Post: #1
99 % decoded.
hi. i want to decode some ioncube files.
the decoder work fine just some lines have problems
most of them are like:
$fotos = new pictures();
$fotos->deletePictures($id);
and are decoded like
$Var_624->pictures( );
$fotos = $Var_624;
any ideea? i need to edit obfuscation ini?
thanks
Find all posts by this user
Quote this message in a reply
04-06-2012, 06:21 AM
Post: #2
RE: 99 % decoded.
(04-05-2012 10:42 PM)zili Wrote:  hi. i want to decode some ioncube files.
the decoder work fine just some lines have problems
most of them are like:
$fotos = new pictures();
$fotos->deletePictures($id);
and are decoded like
$Var_624->pictures( );
$fotos = $Var_624;
any ideea? i need to edit obfuscation ini?
thanks

its simple
$Var_624->pictures( );
$fotos = $Var_624;
============
$fotos = new pictures( );

>>>>>Read this first>>>>>
Decoding temp stopped in all directions till HNY maybe more,
I have all encoders techonologiesWink and I think need give way for new projects, peoples, names. Lets see how this going till this lineWink
<<<<<Read this first<<<<<
Find all posts by this user
Quote this message in a reply
04-06-2012, 09:53 AM
Post: #3
RE: 99 % decoded.
ok. thanks but how to fix that?
the original file is $fotos = new pictures();
to be decoded like that and not in 2 new lines with variables. my php file is full of $var_XXXX ¿
Find all posts by this user
Quote this message in a reply
04-06-2012, 12:39 PM
Post: #4
RE: 99 % decoded.
(04-06-2012 09:53 AM)zili Wrote:  ok. thanks but how to fix that?
the original file is $fotos = new pictures();
to be decoded like that and not in 2 new lines with variables. my php file is full of $var_XXXX ¿

by hands

>>>>>Read this first>>>>>
Decoding temp stopped in all directions till HNY maybe more,
I have all encoders techonologiesWink and I think need give way for new projects, peoples, names. Lets see how this going till this lineWink
<<<<<Read this first<<<<<
Find all posts by this user
Quote this message in a reply
04-08-2012, 01:20 PM
Post: #5
RE: 99 % decoded.
(04-06-2012 12:39 PM)sidxx55 Wrote:  
(04-06-2012 09:53 AM)zili Wrote:  ok. thanks but how to fix that?
the original file is $fotos = new pictures();
to be decoded like that and not in 2 new lines with variables. my php file is full of $var_XXXX ¿

by hands

Funny ...hehe by hand
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | Homepage | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication