The correct meaning of decompiling is converting the low level assembly language of an executable in a higher language, usually C-like, in this case the free tools are RecStudio and Snowman for IDA Pro (Boomerang is a pain to compile, use and for the results, not suggested), otherwise IDA Pro has its own native decompiler but it's not free. Download VB Decompiler for Windows to decompile programs (EXE, DLL or OCX) written in VB 5.0/6.0 and disassemble.NET programs. VB Decompiler has had 1 update within the past 6 months. Adobe Director software is a powerful tool for creating multimedia applications that can easily create educational software, games, prototypes of commercial software, simulators, multi-media CDs Media and will be. One of the things to note is that the output of this software is very flexible and can be used in various fields, such as Web. Berkeley Electronic Press Selected Works. I've been looking for an open-source GUI tool to extract PDF's in an automated way on Windows systems. I've used Didier Steven's tools with great interest for a while, but cannot make sense of how.
So you want to read in a text file into Director. Follow these simple steps and remember.
1) You dont have to give your text file a .txt extention (eg. data.xxx is fine)/einstruction-interwrite-workspace-download.html.
2) Watch out for line breaks, Director will read these in.
3) FileIO Xtra is free and comes with Director
Scenario – You have a disclaimer message that will appear at the start of the CD ROM. You have entered the following details into a text file called ‘warning.nbs’ located in a folder called ‘_dat’ within your director .dir/.exe
Lingo
on exitFrame me
— GET WARNING
fileObj = new(xtra “FileIO”)
openFile(fileObj, “_datwarning.nbs”, 1)
gWarning = readfile(fileObj)
end
NOTE – The contents of the file will be stored in the variable gWarning (This can a global variable and should be applied to a text field, read my other post on global variables.)