hex editor for android - Android Software/Hacking General [Developers Only]

someone known if there is an hex editor available for android?
thx

there is one user who develop this.
http://forum.xda-developers.com/showpost.php?p=8625560&postcount=1

Full Hex Editor
..or you can use DroidCommander which has full feature Hex Editor to do your binary hacking (good for modifying save game data), it has complete search by (unsigned 64bit) value or text or hex value, u can search in google or download it from capdorid dot com

Related

Adding more than 5 links to PIE default_0409.htm

Modify /windows/default_0409.htm with text editor (e.g. Total Commander)
and look for:
var maxCollection = 5;
Replace the number 5 with the desired number of lines you want.
does anyone know to to make the search bar search on goole intead of window live?
There other posts related to this.
This worked for me.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Search Page"="http://www.google.com/m/search?mrestrict=xhtml&q=%s"
default_0409.htm seems to only be a WM6 file...I was wondering if someone could post it for WM5 users

[IDEA] And what about file association ?

When I search in the wp7 forum I see few thread about file association in wp7 but I just remark that it's not so difficult to do using the excellent wp7 root tools SDK:
Code:
string Me = "1ff297cf-853f-4c7c-b9ca-1d255cb4c387".ToUpper(); //our Application's AppId
string Format = ".xml";
//set the defaut file association for .xml to FileAssoc instead of xmlfile
Registry.SetValue(RegistryHyve.ClassesRoot, Format, "Default", "FileAssoc");
//create the corresponding registry key
try { Registry.DeleteKey(RegistryHyve.ClassesRoot, "FileAssoc"); }
catch { }
Registry.CreateKey(RegistryHyve.ClassesRoot, "FileAssoc");
//create the key BrowseInPlace (I don't know why, I just do it, it takes one line)
Registry.SetValue(RegistryHyve.ClassesRoot, "FileAssoc", "BrowseInPlace", 0x0);
//and the app that must open .xml file (our app)
Registry.CreateKey(RegistryHyve.ClassesRoot, "FileAssoc\\shell\\open\\command");
Registry.SetValue(RegistryHyve.ClassesRoot, "FileAssoc\\shell\\open\\command", "Default", "app://" + Me + "/_default?type=FileAssoc&file=%s");
But if each application try to play with those settings it wil be the mess in the phone that's why I suggest that someone create an app that manage file associations for the user to choose what application he want use for a given file type and to support more file type (like .epub or .rar).
moreover the application that create File association must use native code but it's not necessarily the case for the application that read the file it would allow developers to publish this app on the marketplace (by adding an other source like skydrive or url) and the application that create File association would just be a big plus for Interop-unlocked phones.
Here is an app that display xml file in a textbox it's just an exemple of how it works:
fbe.am/8ld ==> xap
fbe.am/8le ==> source
What do you think ?
I actually knocked up an app very similar to this a little while ago, I didn't get around to finishing it but it was fully capable of searching the registry and compiling a list of known file extensions. As well as searching the installation directories of app's for certain .xml which contained the file extension that the app wanted to be associated with.
It was all written as a managed app, and I don't know if someone would want to look at it, but if there is some interest I can put it up.

Do you want Binary and Multistring values registry editor?

Hi friends. I am working on registry plugin for Phone Commander. There is possible to make Binary and Multistring values management, but it will a lot of to do. Could you anybody use it? For example for language changing etc. I found no one WP7 registry editor able to write those values (Schapman's one can read it only, my very old HTC7ProMultistring.xap and Hex2Base64.xap can prepare ProvXML code for importing only). I do not want to lost time for unusing feature, post your mind.

[HELP]What code should I search

Hello everyone , I'm new here ! I dissasembly the Castle TD.apk but I cant find the code for crystals , I tried notepad++ to search for crystals so I can edit it to 99999 . Can you help me about this ?
Not sure if this is the best place to ask this question, let a mod decide that.
but if your goal is to gain more crystals (? dont know not much of a gammer) i would look HERE
or try THIS
I realize this is an old thread, but nobody posted an answer yet so I thought I'd help.
I don't know the exact logic that the developers used for their hex values, but I do have a hex value where the number of crystals is over one million.
Go to data > data > com.hz.game.cd > shared_prefs > Cocos2dxPrefsFile.xml.
Search for <string name="pa5qf928_0"> <random hex value> </string>
In the <random hex value> change the hex value to 423521871038892. (Make sure there are no spaces inbetween).
This will give you 1,038,892 crystals.
Believe it or not, I had to go to this Russian forum to get this to work. :laugh:
new app???
Geodude074 said:
I realize this is an old thread, but nobody posted an answer yet so I thought I'd help.
I don't know the exact logic that the developers used for their hex values, but I do have a hex value where the number of crystals is over one million.
Go to data > data > com.hz.game.cd > shared_prefs > Cocos2dxPrefsFile.xml.
Search for <string name="pa5qf928_0"> <random hex value> </string>
In the <random hex value> change the hex value to 423521871038892. (Make sure there are no spaces inbetween).
This will give you 1,038,892 crystals.
Believe it or not, I had to go to this Russian forum to get this to work. :laugh:
Click to expand...
Click to collapse
Do I need an app, to do those?
Updated info about money / crystals in CastleTD
NEW PATH (2014 SEP, game version: 1.4.8) for Cocos2dxPrefsFile.xml is:
dbdata / databases / com.hz.game.cd > shared_prefs > Cocos2dxPrefsFile.xml.
HEX Value for crystals given before (423521871038892) doesn't work anymore but I have correct hex value for 9356 crystals which is 208767549356 and second value for 31434 which is 8bfb221531434.
It's not so much but you can set this value, open the game, buy some upgrades, exit the game, open PREFS file again, correct the amount of crystals, save the file and open game again to buy more upgrades. Withing 30 minutes you can buy A LOT in this way
To quickly do the task I use ES File Explorer running in background so after closing the game I'm back again in folder with PREFS file.
And for XML editing I just use text editor which is built in ES File Explorer : ES Note Editor.
The rest of the information is correct - for crystals for player / profile 1 you have to edit this line:
<string name="pa5qf928_0">208767549356</string>
(These hex values cannot be used for the second player - "pa5qf928_1" since they are hashed/encrypted with different key).
And of course for access to dbdata folder you need to root your Android and enable root explorer in ES File Explorer.
Good luck
Not working anymore
I did it with great hopes, but my crystals went to zero. It seems this method is not working anymore. Could someone check too plz?
7cf1a250108667 in the same field works for version 1.6.3 - for 108667 gems
..and it only works for pa5qf928_0 not pa5qf928_1 or _2
i want unlimited health in minimiltia... which string values should i edit in xml file..plz tell

Text editor

Need recommendation for good text editor? I try 920 text editor, jote , turbo editor... Any suggestions? Something like notepad+ for Windows, light and fast.
What's wrong with Notepad++ ? I have always had great luck with this awesome app.
Is it not doing something you need ?
Edit::..
LifeHacker suggests
Five Best Text Editors
1: Sublime Text
Code:
http://www.sublimetext.com/
2: Notepad++
Code:
http://notepad-plus-plus.org/
3: Vim
Code:
http://www.vim.org/
4: Atom
Code:
https://atom.io/
5: Emacs
Code:
http://www.gnu.org/software/emacs/
I have not used any other than Notepad++

Categories

Resources