ElektroKill
ElektroKill
Ok, I didn’t expect things like this to happen xD Backstory: I wanted to make my own rat but I didnt know how so I searched up some source code...
AdvancedHacker101 do you have a fix for Remote Desktop
the remote cmd is now working for me :), but process list doesn't work still UPDATE: only remote mouse and keyboard control work for me
Hidden channels is completely broken on latest discord version
I came up with a potential fix for the `UIntParameterReferencePostIncrementBeforeDereference` test code not decompiling in into a post-increment. The first `if` condition which contains a check which verifies whether the...
Hi, I have identified the cause for the `ByteParameterReferencePostIncrementAfterDereference`, `ByteParameterReferencePreIncrementAfterDereference`, and `ByteParameterReferenceCompundAssignAfterDereference` test methods not decompiling nicely. The issue is the checks performed in the `IsImplicitTruncation` method and `ValidateCompoundAssign` methods...
A potential fix for the problem identified above: Change conditions to only compare type size and not whether it is signed or unsigned: 1. https://github.com/icsharpcode/ILSpy/blob/4ebe075e5859939463ae420446f024f10c3bf077/ICSharpCode.Decompiler/IL/Transforms/TransformAssignment.cs#L543-L546 Changed return statement to: ```csharp...
I'm still awaiting feedback on my proposed fix for the issue :p
Would the following approach be valid? 1. Leave `IsImplicitTruncation` like it is called now but extend it to return more information about the truncation. 2. Call it the first time...
i like this idea ;)