Posted: Sun Feb 03, 2013 1:01 am Post subject: about lua autoAssambler function
the lua autoAssambler return true when function success, but i think you could make it return nil or allocated address may be better, just user don't have to register a symbol to get allocated address, and they could use lua to access to any address in assember code without add "registersymbol" to AA. as logical, return nil, true, number have same effect and make code shorter, and less conflict symbol-table :
example read address with current method to read an integer
I'll think about it. But don't forget that a script can have 1000 allocs
ah, that is the one i'm forget, how about return table with 1000 allocs ? and the key in table will same as alloc's name , and for dealloc that item will be deallocTable(ass) . but it seem hard when these are several alloc being failed. if using this method more complex than old one then this is very bad idea =)).
and another freeware project is wingraph32 from ida.
All times are GMT - 6 Hours Goto page Previous1, 2, 3, 4, 5
Page 5 of 5
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum