Affichage des articles dont le libellé est convert. Afficher tous les articles
Affichage des articles dont le libellé est convert. Afficher tous les articles

mercredi 12 février 2014

Titanium backup, convert to system app topic




Hello, i have got a problem while converting to system app, click below link
http://forum.xda-developers.com/show...php?p=50259955





how to convert ftf to sos ? topic




can anyone tell me how to convert ftf to sos file, i need to flash my xperia zl using emma because i have unlocked my bootloader, and my cell is hard bricked !





vendredi 31 janvier 2014

[Q] How to convert EDB files to PST topic




If you want, you can convert EDB file to PST file with in few clicks.MS Exchange Server witnesses exchange of information in large volume in most large-scale organizations. Hence, corruption issues in Exchange Database (EDB) files are not uncommon. Even EDB files are damaged due to which mailbox data becomes inaccessible for the users. In such type of circumstances, only option is left is mounting the corrupt or damaged EDB offline database and recover the same into Outlook PST file format.it is always wise to perform all the recovery tasks of Exchange Server with EDB to PST Conversion utility that effortlessly performs these tasks within a while.This software has Comprehensive solution of backup restoration, Exchange recovery, OST restoration and email searching.The best thing of this software is that it Reduces installation cost of any external hardware or third-party software.It also Reduces the wastage of time in taking backup of mailbox items.It Supported in Windows Xp, 2000, 2003, Vista, Windows 7 or advanced Windows 8.

So check out the FREE trail version demo in which user can recover its data in free:
filesrecoverytools.com/edb-to-pst-converter.html





mercredi 29 janvier 2014

[Help] How to convert cheat engine script on c++ topic




How to convert cheat engine script on c++ ?

for example this


Code:


[ENABLE]
Aobscan(_nametags, D9 80 80 00 00 00 8D 88 80 00 00 00 D9 41 08 DE D9 DF E0 F6 C4 41 ** ** D9 41 04 D9 41 0C )
Registersymbol(enable_NamePlates)
alloc(enable_NamePlates,4)
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)
label(check)
label(nametags)

newmem:

originalcode:
db 8B 44 81 14 F6 40 06 01

cmp byte ptr [enable_NamePlates],(int)1
jne exit

check:
db 80 B8 8B 00 00 00 44
jne exit

nametags:
db C6 40 06 01


exit:
jmp returnhere

_nametags-A:
jmp newmem
nop
nop
nop
returnhere:

enable_NamePlates:
dd 0

[DISABLE]
Aobscan(_nametags, D9 80 80 00 00 00 8D 88 80 00 00 00 D9 41 08 DE D9 DF E0 F6 C4 41 ** ** D9 41 04 D9 41 0C )
Unregistersymbol(enable_NamePlates)
dealloc(enable_NamePlates)
dealloc(newmem)
_nametags-A:
db 8B 44 81 14 F6 40 06 01