PDA

View Full Version : just an idea!!!


mike
February 24th, 2004, 15:23
Is there a plug-in that will read a text file with asm code and do what is the "assemble" command do but automatically in a specific place of the file we will point to???
So instead of writing the code line by line just make the code in a txt file and let the plug-in do the job.
Something like a compiler

blabberer
February 24th, 2004, 22:39
mike,
try palying with iczelions snippet creator and masm
it out puts a binary file (.bin) which you can use to binary copy and binary paste in olly

btw even in a text file you will be writing commands only line by line and not ten lines at a time ;( may be iam stupid

psyCK0
February 25th, 2004, 02:04
You can actually use OllyScript to do something like what you want... Check the ASM command.

mike
February 25th, 2004, 05:44
well ,oh me anom, you are right but let's say that you want to change some instruction in the code you just type line by line in olly.
Maybe some of the new instruction require more bytes.Then you will have to re-enter all the instruction that follows the new instruction.But it is much faster to type the new instruction in the txt file and let olly make the patch

blabberer
February 25th, 2004, 09:27
elementary my dear watson as sherlock would say

select all the following bytes and binary copy them to some address below than change the only one instruction and rejoin it back use binary copy binary paste actually binary paste only coz it already in your clipboard during earlier copy

mike
February 25th, 2004, 10:21
yes it work.Thank my brother!!!You saved my ass !!!