I apologize for the slightly off-topic post, but I have a bunch of general questions about the low level hacking on PalmOS5. I've gotten some things working...
Philippe, VFAT drive saves file names in both 8+3 current locale format and long unicode format. Cxapelanto tries to change conversions to and from unicode. So...
... Hi, I'm the author of Cxapelanto. I'm aware of the problem and I suspect it has something to do with the string comparison routines that are redefined by...
Igor, I installed this new version on my T5 and it crashes while scanning the databases with a Fatal Alert MemoryMgr.c,Line:3721,NULL Handle ... resolved now....
Yes. New PalmInternals tries to open _all_ resource databases and saves address ranges for locked resources. This mass operation produces some unexpected...
I'd like to make a ARM native shared library which includes resources like 'amdc', 'amdd', 'amdi'. I haven't been able to find any resources about this matter....
... Go and search for ASHLA - ARM-Thumb Shared Library Architecture OS5 (and 6) shared libraries use this standard. AFAIK for OS5 it is not suported because...
Hi. Where ASHLA.pdf can be found? There are only few broken references to armdevzone.com in google, nothing more. Does ashla.pdf cover something that can't be...
I cannot find it anymore on net. And unfortunately can't find it on my computer too. I'll look if I can find it in my backups. I didn't know about bsabi.zip....
When googling for "ARM-Thumb Shared Library Architecture" I found this http://www.cs.cornell.edu/courses/cs414/2001fa/armcallconvention.pdf see chapter 5.6 The...
Nice. Thanks. I searched for it at home and found I've got only latest version of ASHLA.pdf which is just one or two pages with changelog. Last change was...
Hellow my name is Keith. I am having some problems with the yahm software for hacking counter-strke... I have a file on my desktop named YAHM.prc what is ...
Obvious way: use PrefGetAppPreferences. But my question is, is this an expensive call to do in every trap? I am thinking, an alternate is to use use a 999...
I HAVE NO CLUE drwowe <drwowe@...> wrote: Obvious way: use PrefGetAppPreferences. But my question is, is this an expensive call to do in every trap? I...
It depends on patched syscall. The way I prefer is a saving all required runtime variables in structure and storing pointer in feature. This methoid is enough...
Igor and funoush, Thank you very much! These information you gave me seems to be very good for me, bacause my purpose is making own BtTransport Lib, which must...
Hello, I have big problems with memory allocation in my hack. I am not a big expert in C, so sorry for a probably stupid question. The code below resets my...
Hello: I'm not an expert in hacks (in fact I've never written anyone) but I suspect that the problem is that you are using globals. You should recode your hack...
You can't use globals in hacks. It's possible, but you should carefully examine gcc or CW ABI. The simplest way is following: merge all globals into structure....
Ilia, I'm sorry to follow up with another probably stupid question, but where do you find the function definition or documentation for system functions like...