paladine
paladine
+1 to this. I wouldn't mind doing this myself as I have a fully functional ANSI parser in both C/Java, but I'd have to port to go and web frontend...
Modules also read/write random files as well, are you talking about a separate read/write path that differs from a read-only path for example (modules/dlls/binaries)?
This might actually be working as intended. The code checks `ProtectedMemory.HasSegment` to see if the segment is valid before trying to print the string, but the memory address shown here...
Nevermind, I could be mistaken here. It seems we *do* track heap segments via an `AddSegment` call when we need a new segment for the heap, so `HasSegment` should work...
Feel free to assign me - I'm planning on working on it
It should be easy enough to package x86 + matching binary files in addition to arm + matching binary files. The copyFiles routine would only copy the folder that matches...
Any updates? Found a fatal proguard error in androidx.fragment:fragment:1.3.6 ``` Error: Unknown option '-if' in line 16 of file 'bazel-out/android-armeabi-v7a-fastbuild/bin/external/maven/_aar/androidx_fragment_fragment/proguard.txt', included from argument number 22 ``` The file contents are...