SkillAgentSearch skills...

AmfData

simple C# code deal with amf0/amf3 data

Install / Use

/learn @fanzai0403/AmfData
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

= AmfData

Simple C# code to encode/decode the amf0/amf3 data.

== Supported Types

  • Amf0 - decode : 12 of 18 types, without MovieClip, Reference, Date, Recordset, XML, TypedObject

  • Amf0 - encode : null, numbers(byte, int, uint, float, double), bool, string, Array. CMixArray, IDictionary.

  • Amf3 - decode : 9 of 13 types, without XmlDoc, Date, Xml, ByteArray

  • Amf3 - encode : null, numbers(byte, int, uint, float, double), bool, string, Array, IDictionary.

== Reference

  • Amf0: http://osflash.org/documentation/amf/astypes
  • Amf3: <<Action Message Format - AMF 3>>
  • Amf3: https://code.google.com/p/amf3cplusplus/ (this code has bugs)
View on GitHub
GitHub Stars9
CategoryDevelopment
Updated3y ago
Forks1

Languages

C#

Security Score

55/100

Audited on Apr 23, 2022

No findings