chinasmu
chinasmu
It reminds me Host raw.githubusercontent.com no found. However I can open https://raw.githubusercontent.com/x64dbg/PluginManager/master/list.json on my browser. Shows below: { "Date": "2021-07-01", "Modules": [ { "Author": "mrexodia", "Bugreport": "https://github.com/x64dbg/x64dbg/issues", "Info": "An open-source...
When i use memory.dll to path a program, I found there is a few possibility the program just crash and Exit. Most time it works good. I check and find...
尝试升级到net8,提示System.Drawing不支持,根据提示安装了System.Drawing.Common, 编译之后生成的都是些 ;218;235;247m@[38;2;255;255;255m@[38;2;255;255;255m@[38;2;255;255;255m@[38;2;255;255;255m@[38;2;255;255;255m@[38;2;255;255;255m@[38;2;255;255;255m@[38;2;255;255;255m@[38;2;255;255;255m@[38;2;255;255;255m@[38;2;255;255;255m@[38;2;255;255;255m@[38;2;255;255;255m@[38;2;255;255;255m@[38;2;255;255;255m@[38;2;255;255;255m@[38;2;255;255;255m@[38;2;255;255;255m@[38;2;255;255;255m@[38;2;255;255;255m@[38;2;255;255;255m@[38;2;255;255;255m@[38;2;255;255;255m@[38;2;255;255;255m@[38;2;255;255;255m@[38;2;255;255;255m@[38;2;255;255;255m@[38;2;255;255;255m@[38;2;255;255;255m 这种字符,不知道哪里出了问题
I want to hook the two methods of System.Text.Encoding. public virtual string GetString(byte[] bytes) public virtual string GetString(byte[] bytes, int index, int count) JitexManager.MethodResolver += context => { Trace.WriteLine($"{context.Method.DeclaringType.Name} {context.Method.Name}"...
Hi,I have watched this Rep for a long time. At first you are palnning to add support for Net Frameworks, But now it seems it will never be none. However,...
Have u ever try this hook method? As far as I know, you can never get this hook working.
When packed with VMP3.8, it will show ERROR on some methods. Only the "calli" method will cause PE ERROR. And the "break" "jmp" will casue "Runtime error at ComplieToVm" error...
It looks like eaz will decrypt part of the real VM Engine with Real Names. Check it here:      I think it will be very helpful...
Does it support inject a managed dll to a Net5 and above aseembly?
For example, I want to intercept HttpWebRequest.GetResponse() ,but always failed. And I do a lot of reaserch and find out that classes and methods that inherit from MarshalByRefObject are not...