Prev: HLA v2.13 is now available on Webster
Next: EARN AMAZING COMMISIONS FROM ONLINE CPA NETWORK NO INVESTMENT
From: io_x on 27 Jul 2010 02:43 "io_x" <a(a)b.c.invalid> ha scritto nel messaggio news:4c4b3b17$0$31371$4fafbaef(a)reader1.news.tin.it... > one example to how use the sys-macros i have; > someone see here MyFindFile.zip? > > It is 6.45 kb compress, 17.5Kb with the "readable" asm code, > 6.5Kb if sorucekiller program strip all the code from the .exe > > it is a windows program, i don't know if it is right... > Have a good day :) >in the file > ++^0|a=^8|c=^12|c<=2?#.e1|B*a='#'|++a|++^8|--^12 in this line i forget one --c > Strncpy_m(a, j, c)|jc .e1 ; la directory non esistente > ^8+=a|jc .e1|^12-=a|<=?#.e1
From: Alexei A. Frounze on 27 Jul 2010 03:12 On Jul 26, 11:43 pm, "io_x" <a...(a)b.c.invalid> wrote: > "io_x" <a...(a)b.c.invalid> ha scritto nel messaggionews:4c4b3b17$0$31371$4fafbaef(a)reader1.news.tin.it... > > > one example to how use the sys-macros i have; > > someone see here MyFindFile.zip? > > > It is 6.45 kb compress, 17.5Kb with the "readable" asm code, > > 6.5Kb if sorucekiller program strip all the code from the .exe > > > it is a windows program, i don't know if it is right... > > Have a good day :) > >in the file > > ++^0|a=^8|c=^12|c<=2?#.e1|B*a='#'|++a|++^8|--^12 > > in this line i forget one --c Mai capirò questo. :) Ciao, Alex
From: io_x on 27 Jul 2010 04:27 "Alexei A. Frounze" <alexfrunews(a)gmail.com> ha scritto nel messaggio news:90f543c0-7b58-43cf-b48c-c1158745cd95(a)f20g2000pro.googlegroups.com... On Jul 26, 11:43 pm, "io_x" <a...(a)b.c.invalid> wrote: > "io_x" <a...(a)b.c.invalid> ha scritto nel > messaggionews:4c4b3b17$0$31371$4fafbaef(a)reader1.news.tin.it... > > > one example to how use the sys-macros i have; > > someone see here MyFindFile.zip? > > > It is 6.45 kb compress, 17.5Kb with the "readable" asm code, > > 6.5Kb if sorucekiller program strip all the code from the .exe > > > it is a windows program, i don't know if it is right... > > Have a good day :) > >in the file > > ++^0|a=^8|c=^12|c<=2?#.e1|B*a='#'|++a|++^8|--^12 i think i rememeber it increment ^0 the counter of not existing directory (or to with i have no right to read), in ^8, ^12 there are the pointer to array that i have to write and its attual size; if ^12<=2 it is one error start the line with "#" increment the position in eax and in its save position the same for ecx decrement, and ^12(its attual size) decrement > in this line i forget one --c Mai capir� questo. :) Ciao, Alex
From: Rod Pemberton on 27 Jul 2010 14:45 "io_x" <a(a)b.c.invalid> wrote in message news:4c4e7dba$0$18663$4fafbaef(a)reader3.news.tin.it... > "io_x" <a(a)b.c.invalid> ha scritto nel messaggio > news:4c4b3b17$0$31371$4fafbaef(a)reader1.news.tin.it... > > one example to how use the sys-macros i have; > > someone see here MyFindFile.zip? > > > > It is 6.45 kb compress, 17.5Kb with the "readable" asm code, > > 6.5Kb if sorucekiller program strip all the code from the .exe > > > > it is a windows program, i don't know if it is right... > > Have a good day :) > > >in the file > > ++^0|a=^8|c=^12|c<=2?#.e1|B*a='#'|++a|++^8|--^12 > > in this line i forget one --c > Obviously... Did you forget a d=%3*'C' too? RP
From: io_x on 13 Aug 2010 11:45
"Rod Pemberton" <do_not_have(a)notreplytome.cmm> ha scritto nel messaggio news:i2n9fp$t01$1(a)speranza.aioe.org... > "io_x" <a(a)b.c.invalid> wrote in message > news:4c4e7dba$0$18663$4fafbaef(a)reader3.news.tin.it... >> "io_x" <a(a)b.c.invalid> ha scritto nel messaggio >> news:4c4b3b17$0$31371$4fafbaef(a)reader1.news.tin.it... >> > one example to how use the sys-macros i have; >> > someone see here MyFindFile.zip? >> > >> > It is 6.45 kb compress, 17.5Kb with the "readable" asm code, >> > 6.5Kb if sorucekiller program strip all the code from the .exe >> > >> > it is a windows program, i don't know if it is right... >> > Have a good day :) >> >> >in the file >> > ++^0|a=^8|c=^12|c<=2?#.e1|B*a='#'|++a|++^8|--^12 >> >> in this line i forget one --c >> > > Obviously... Did you forget a d=%3*'C' too? > > > RP with these lines i live like in the heaven of the programmer; old way of see assembly as one hell, not count for me; C or C++ or whatever language i see like pascal Basic, shell scripts, etc can not compete with that don't know for other languages like perl phiton etc the way programmers see structured programmer, what is the indentation and its practical purpose, are not 100% correct in the few i know i.e. even in trivia there are errors i would not be remember as the people that own the key of programmer heaven and said nothing to all others :) |