help:about binaryfile.dll

lqg2118

Member
Licensed User
Longtime User
at first ,using bin.bytestostring() convert a jpg file to a string like a$ ,and then use bin.stringtobytes() convert a$ to a byte dimension buffer(),finally using bin.writebytes to create a jpg file,could the new jpg file be as same as the old one ?

doing so many convertings is for that i want to use the function strindexof() to find jpgs hidden in an exe file,this function is very quick
 
Last edited:

lqg2118

Member
Licensed User
Longtime User
I GOT IT!

the second step is no need.

just use bin.bytestostring is ennough!

then you can find exact positions by function strindexof() in the main string.

these positions are according to the buffer() which you convert by bin.bytestostring!

just bin.writebytes2 buffer() with positions.

wah haha~~~~
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…