I know, the name of the addin is gay but that's pretty much what it does. Rename it if you like.

By adding Strings individually the addin creates following output:


String_000 db "This is a Test",0
String_001 db "I like New York in June",0
String_002 db "How About You?",0

ListOfOffsets dd offset String000
dd offset String_001
dd offset String_002
dd 0
ListOfOffsetsLen dd (($-ListOfOffsets)-4)/4



Give it a try. Hope it's useful for some of you. I sure needed it.

/edit: removed attachment.
Posted on 2006-04-12 11:04:54 by JimmyClif
I added some extended capabilities to this Addin.
Posted on 2006-07-23 18:37:12 by JimmyClif
Good idea! Thanks for shareing  ;)

Biterider
Posted on 2006-07-24 02:50:09 by Biterider
Jimmy, it would be nice if you kept the attachment in the first post - it's so annoying hunting multi-page threads for the latest attachment version :)
Posted on 2006-07-24 05:41:12 by f0dder
Yeah, I should have. But I also wanted to get some attention (by adding a new reply) as the original post was from April and noone ever saw it :sad:

I guess from now on, I update the first thread and create a new reply specifying the update.
Posted on 2006-07-24 07:45:34 by JimmyClif

Yeah, I should have. But I also wanted to get some attention (by adding a new reply) as the original post was from April and noone ever saw it :sad:

I guess from now on, I update the first thread and create a new reply specifying the update.

Yeah, sounds like the best way to do it - especially for stuff that gets a bit more attention :)

(I don't use RadASM much myself, and I would probably use a macro for generating string tables - but nice work anyway).
Posted on 2006-07-25 06:46:58 by f0dder