furious

Results 6 comments of furious

I've compared with some existing code to compare, feel free to add some tests =)

The purpose is just for opcodes, not to change ascii table. I was disassembling a firmware that checks strings in specific locations, eg.: ```asm ; checking for "SUPERUFO" at 808000...

Sorry, I was wrong, that piece of code I showed was written with the bytes actually flipped, so I just pushed a correction... Here's a real example of this feature:...

Hey, feel free to merge those changes, I'll also make available the changes made on the bsnes side 😉

It's been an while, how is it going? @varjolintu I think you should merge what we have, the problem you mentioned it isn't a major issue. It's better than having...

Since this is in the source code: https://github.com/xpipe-io/xpipe/blob/e63d0443130b91e47dcd2bf0b7866aefbb7a4b7a/app/src/main/java/io/xpipe/app/core/AppProperties.java#L81 We can add this property at `app/app/xpiped.cfg` under the `[JavaOptions]`, for example: ``` java-options=-Dio.xpipe.app.dataDir=./data ``` So it will write all data in...