Author Archives: kdd994

How to use script to convert Hebrew text

This tutorial will cover how to run a bash script that will convert all .txt files in a directory from broken Hebrew text to readable Hebrew text. We assume that you’ve already extracted the text and images from the SWF … Continue reading

Posted in Coding | Comments Off on How to use script to convert Hebrew text

How to extract text and images from a Flash module

This tutorial will explain how to take a Flash file (.swf, Small Web Format) and extract its text and images. Required Installations: JDK 8 Since our decompiling program, FFdec is relatively old (last updated in 2018), it only lets us … Continue reading

Posted in Coding | Comments Off on How to extract text and images from a Flash module