Skip to content

Instantly share code, notes, and snippets.

View lvdaqian's full-sized avatar
👨‍🎓
Working & Learning

Darwin.Lv lvdaqian

👨‍🎓
Working & Learning
  • ByteDance Inc.
  • Shanghai, China
View GitHub Profile
@lvdaqian
lvdaqian / DoSWFUnpacker.java
Last active September 21, 2017 09:05 — forked from instcode/DoSWFUnpacker.java
Unpack flash file that was encrypted by DoSWF
package org.ddth.game;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;