All pastes #1855058 Raw Edit

Unnamed

public text v1 · immutable
#1855058 ·published 2010-04-02 16:09 UTC
rendered paste body
@Zoug:
J'ai lu le fichier XML (wine swfmill.exe swf2xml StatPlaylibrary2.swf out.xml) plusieurs fois mais les seuls informations suspectes sont:

  22       <UnknownTag id="0x40">
  23         <data>dRkkMSRxUSQyV0wzSWVRVVpLZjFPU0I4Y3VUUE4vAA==</data>
  24       </UnknownTag>
  25       <UnknownTag id="0x3F">
  26         <data>kZoajSHMUc3g8A5RcfPOTg==</data>
  27       </UnknownTag>
  28       <ScriptLimits maxRecursionDepth="1000" timeout="60"/>
  29       <SetBackgroundColor>
  30         <color>
  31           <Color red="134" green="156" blue="167"/>
  32         </color>
  33       </SetBackgroundColor>
  34       <UnknownTag id="0x29">
  35         <data>AwAAAAYAAAADA/QSAAAAAAAAwCWTuCYBAAA=</data>
  36       </UnknownTag>

Je sais que celles valeurs sont Base64-"cryptees" mais qu'est-ce qu'elles representent? Le reste du fichier ne se refere pas a 0x40, 0x3F ou 0x29.


 460                   <String2 value="com.m6web.replayapplication.player.models.datas:PlayListItem/private:_93616297begin/set"/>
 461                   <String2 value="void"/>
 462                   <String2 value="_lang"/>
 463                   <String2 value="com.m6web.replayapplication.player.models.datas:PlayListItem/url/get"/>
 464                   <String2 value="tabfor"/>
 465                   <String2 value=":"/>
 466                   <String2 value="split"/>
 467                   <String2 value="http://adobe.com/AS3/2006/builtin"/>
 468                   <String2 value="Array"/>
 469                   <String2 value="PlayListItem.as$13"/>

Je crois que c'est un passage crucial car le XML est divise (:). Comme tu as recommande, je fais: strrev(base64_decode(file_get_contents('catalogueWeb3.xml')));. Apparemment, il y a des : dans la sortie.

C'etait tres gentil si tu m'aider. Je ne plus sais quoi faire.

Merci bcp.

PS: Qulles chaines sont ajoute?