Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for hexdata and binary embedding in general #3

Open
zwetan opened this issue Jan 18, 2016 · 0 comments
Open

add support for hexdata and binary embedding in general #3

zwetan opened this issue Jan 18, 2016 · 0 comments

Comments

@zwetan
Copy link
Member

zwetan commented Jan 18, 2016

in Flash/AIR embedding a binary use the [embed] metadata
and work only on a SWF file

We use more often ABC files and the metadata [hexdata]
is a little "trick" that allow us to associate a ByteArray blob
to a class name

see redtamarin /src/as3/shell/BinaryData.as

it would be nice to be able to generate those automatically
for ex
$ redbean binary -c test.something.MyClass -f something.bin
and also a binary() function for the redbean API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant