Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

Gnash is a SWF player and browser plugin with support for SWF versions 1 to 8.

3.93333
   
  0 reviews  |  29 users  |  305,306 lines of code  |  11 current contributors  |  Analyzed 4 days ago
 
 

Apparat is a framework written in Scala to optimize ABC, SWC and SWF files.

4.66667
   
  0 reviews  |  4 users  |  171 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

This project is a AIR application for doing swf. Using that app, you can encrypt your swf, confuse code, add watermark on swf and pick class/method out from your swf. The application has a online version. You can go http://www.laaan.cn/?p=441 to try it online. DoSWF on adobe AIR ... [More] marketplace:http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&offeringid=12000&marketplaceid=1 More detail information in DoSWF:http://www.laaan.cn/?page_id=838 Any question please send email to me. laan201068#163.com(#->@) All copyright by laan. DoSWF目前支持功能: 1.支持as2及as3的加密。目前反编译器完全看不到代码 2.支持对as3的混淆,让反编译器看到的是一堆乱码 3.支持对as3注入随机代码,让反编译软件直接崩溃退出 4.支持一个项目多个swf同时处理(doproject特性) 5.支持对swc文件的加密 6.方便对as3的swf添加文字、图片水印 7.支持对as3的swf进行剔除重组,方便模块开发 Update logs: 3.8.1 update time:2009.07.31 1.Fixed some bugs in confusing code. 2.Add functions for swc 1.修复了混淆时的一些小bug 2.添加了对swc的混淆支持 3.8.0 update time:2009.07.30 1.Fixed some bugs in confusing code. 2.Optimized the total application. 3.Add featrue for injecting random instructions. 1.修复了混淆时的一些小bug 2.优化了整个程序 3.添加了注入随机代码的功能 3.7.2 update time:2009.07.23 1.Fixed some bugs in confusing code. 2.Optimized the total application. 3.Improed the "Do Project" feature. 1.修复了混淆时的一些小bug 2.优化了整个程序 3.改进了doproject功能 3.7.1 update time:2009.07.09 1.Fixed some bugs in confusing code. 2.Enhanced the featrue for doing project. 1.修复了混淆时的一些小bug。 2.增强了项目综合处理功能。 3.7.0 update time:2009.07.02 1.Added features for doing project, witch contains one more swf files. 2.Fixed some bugs in confusing as3 code. 1.添加最多swf文件项目的综合处理 2.修复了混淆时的一些小bug 3.6.1 update time:2009.06.29 1.Fixed the bug of failed to confuse when used NetStream or NetConnection. 2.Fixed the bug of recreate abc data. 1.修复了混淆操作对NetStream, NetConnection回调的错误处理的bug 2.修复了abc重组是堆溢出的bug 3.6.0 update time:2009.06.25 1.Fixed the bug when after encrypting, the stage.loaderInfo is unuseable. 2.Added a new solution for encrypting.The version of flashplayer must be 9.0.115 or newer. 1.修复了加密后stage.loaderInfo无法正常使用的bug 2.添加了一种新的加密方案。只支持9.0.115版本或更新版本的flashplayer 3.5.7 update time:2009.06.22 1.Added a solution to deal getDefinitionByName("k" + "e" + "y"). 2.Fixed the bug: the target swf file changed while opened a watermark template file. 3.Fixed some bugs in reading swf file. 1.添加字符相加控制,在混淆操作时可处理类似getDefinitionByName("k" + "e" + "y")的指令。 2.修复了在打开水印文件时,处理文件也变更的bug 3.修复了swf文件解析时的一些bug 3.5.6 update time:2009.06.11 1.Fixed some bugs in confusion. 1.混淆机制一些小bug修复 3.5.5 update time:2009.06.09 1.Added some features for Alchemy and flex4. 2.Optimized application; Added features for flash10; Added features for flex application. 3.Fixed some bugs in confusion and encryption. 1.优化整个程序;添加flash10内存指令解析;添加处理flex程序 2.添加对Alchemy及flex4程序的支持 3.修正混淆和加密的一些bug。 3.4.1 update time:2009.05.14 1.Added a new solution to encrypt swf 2.Multi-watermark is usable. 1.添加新的加密方案 2.添加多个水印支持 3.3.0 update time:2009.04.17 1.Fixed some confusion bugs 2.Add function to change swf's properties 3.Add function to limit swf's runing domain. 1.修正一些混淆bug 2.添加swf属性修改 3.添加swf使用域注入控制 3.2.0 update time:2009.04.09 1.Fixed some confusion bugs 2.Fixed some bugs in doing remove assets from swf 3.Add interface to retrieve key. 1.修正一些混淆bug 2.修正剔除功能一些bug 3.添加注册码寻回功能 3.1.0 update time:2009.04.07 1.Changed solution of adding watermark to swf 2.Added interfaces for image watermark and locating watermark 1.更改添加水印方案 2.添加图片水印功能;添加水印位置控制 [Less]

0
 
  0 reviews  |  1 user  |  0 current contributors  |  Analyzed about 2 years ago
 
 

This project provides erlang modules for SWF disassembly and analysis with particular emphasis on security issues. Features include SWF decomposition, actionscript 2 bytecode disassembly, actionscript 3 bytecode (ABC) disassembly and filtering for predefined conditions such as tag occurrence. ... [More] Related projects: - eswf: http://code.google.com/p/eswf/ [Less]

0
 
  0 reviews  |  0 users  |  3,139 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

Usageswflink -V # get version swflink [-v] [-o output.swf] main.swf lib1.swf [... libN.swf] # link lib* into main then write to outputLimitationsCurrently only tested with mtasc generated swfs, and all lib.swf contains code only. No ABC (AS3) support yet, I think one can use swc easily with Flex ... [More] SDK. Please report as new issue if you find any bug there. Buildcheckout SWFTools and compile core part of it. cvs -z3 -d:pserver:anonymous@cvs.sv.gnu.org:/cvsroot/swftools checkout swftools cd swftools ./configure cd lib make cd ../..checkout SWFLink and compile svn checkout http://swflink.googlecode.com/svn/trunk/ swflink cd swflink make SWFTOOLS=../swftools # if you see "ld: in ../swftools/lib/libbase.a, archive has no table of contents" in osx # give "ranlib ../swftools/lib/libbase.a" a trynow try it ./swflinkLicenseThe tool is developed based on GPLed SWFTools by Matthias Kramm. So it follows as GPL. Enjoy~ [Less]

0
 
  0 reviews  |  0 users  |  342 lines of code  |  0 current contributors  |  Analyzed about 23 hours ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.