The CMacroStepGoto command was one byte unalign, the problem is fixed now. the reader supports the following commands.
CMacroStepChars
CMacroStepCommand
CMacroStepMessage
CMacroStepGoto
CMacroStepReplace
CMacroStepSaveFileEx
CMacroStepSaveFile
CMacroStepFind
But it should be quite esey to add more ...
Search found 4 matches
- Wed Aug 27, 2003 6:25 am
- Forum: General
- Topic: Editing macros (again? again!)
- Replies: 34
- Views: 7441
- Tue Aug 26, 2003 10:16 pm
- Forum: General
- Topic: Editing macros (again? again!)
- Replies: 34
- Views: 7441
How to run it..
Well this is just a scrach version for people to play with, the best/esey way to run it is to upload the file you wish to analyse, and then select it, using the web-interface.
If you what to run it on you own machine you just downloade the zip file, where the macroreader.asp is in. This can run ...
If you what to run it on you own machine you just downloade the zip file, where the macroreader.asp is in. This can run ...
- Tue Aug 26, 2003 8:31 am
- Forum: General
- Topic: Editing macros (again? again!)
- Replies: 34
- Views: 7441
- Sun Jul 20, 2003 5:45 pm
- Forum: General
- Topic: Editing macros (again? again!)
- Replies: 34
- Views: 7441
More info on the CMacroStepReplace command
Well here is my small contribution to the macro project..
==============
CMacroStepReplace
==============
Step Layout:
1 Byte : CountByte (bc)
bc Bytes: Find-text (single byte)
2 Byte : Conditions Flags
------ ------
1[0]04 0000 0 Text
1[2]04 0010 2 Text + Word
1[4]04 0100 4 Text + Case
1 ...
==============
CMacroStepReplace
==============
Step Layout:
1 Byte : CountByte (bc)
bc Bytes: Find-text (single byte)
2 Byte : Conditions Flags
------ ------
1[0]04 0000 0 Text
1[2]04 0010 2 Text + Word
1[4]04 0100 4 Text + Case
1 ...