Taiwan reports record number of Chinese warships in waters around the island
submitted by /u/mrwhiskeyrum [link] [comments]
More results...
submitted by /u/mrwhiskeyrum [link] [comments]
Carlee Russell’s family and friends say she was ‘fighting for her life’ in two-day search
‘Additional information will be provided when it becomes available’ after missing woman returns home
Researchers, who found that New York City is sinking under the weight of its buildings, said developers are not taking the risk of rising waters seriously enough.
I am trying to learn Frida on an Il2cpp based Unity app based on arm.
I am trouble setting the custom string param on function invoke. I can access the function’s param but I can’t replace the string param with a new value.
Please suggest what can I do here.
I can access the method using
“`
const AssemblyCSharpfirstpass = Il2Cpp.domain.assembly("Assembly-CSharp-firstpass").image; const NameSpaceNameClassName = AssemblyCSharpfirstpass.class( "NameSpaceName.ClassName" ); const MethodName = NameSpaceNameClassName.method("MethodName");
“`
This method accept all the params as string but when I try to change the param and invoke the method, I get different errors based on what all I try
“`
MethodName.implementation = function ( this: Il2Cpp.Object | Il2Cpp.Class, param_1: string,
) {
// this works, as I don’t change any value, just pass the existing value this.method<void>(“MethodName”).invoke( param_1 as unknown as Il2Cpp.Parameter.Type, );
// when I try this, I get, il2cpp: couldn't invoke method MethodName using incorrect parameter types this.method<void>(“MethodName”).invoke( “changed_param_string” as unknown as Il2Cpp.Parameter.Type, );
// when I try this, I get the error Error: access violation accessing 0x80e64498 const modifiedContentType = “NewContentType”; // Replace with your desired value const modifiedContentTypePtr = Memory.allocUtf8String(modifiedContentType); const modifiedContentTypeStr = modifiedContentTypePtr.readUtf8String(); this.method<void>(“MethodName”).invoke( modifiedContentTypeStr as unknown as Il2Cpp.Parameter.Type, );
});
“`
“`
// when I try this, I get, Error: unable to intercept function at 0x7fdd0e38; please file a bug Interceptor.attach(MethodName, { onEnter: function (args) { const modifiedArg = replacementValue; args[0] = Memory.allocUtf8String(modifiedArg); }, });
“`
Thanks
submitted by /u/goal_it
[link] [comments]
Ukraine said today it’s forces had retaken several square kilometres of territory around the eastern city of Bakhmut, which Russian forces seized in May.
The real problem in the way of pan-Asianism is not ideology, but nationalism
Read Full Article at RT.com
submitted by /u/eaglemaxie [link] [comments]
The Register shares its collection of “signs that Wayland is becoming the favored way to get a GUI on Linux.”
– The team developing Linux for Apple Silicon Macs said they didn’t have the manpower to work on X.org support.
– A year ago, the developer…
YouTube, as of now, is the most popular source of entertainment, information, and education. Every day, YouTube gets millions of visitors searching for their needs. However, when users on Windows start getting Audio renderer error on YouTube, things tu…