issues Search Results · repo:mattifestation/PowerShellArsenal language:PowerShell
Filter by
7 results
(56 ms)7 results
inmattifestation/PowerShellArsenal (press backspace or delete to remove)Works slow with huge files. Fastest way (pwsh is required):
using namespace System.Reflection.Emit
Set-Alias -Name ent -Value Get-Entropy
function Get-Entropy {
[CmdletBinding()]
param(
[Parameter(Mandatory)] ...
gregzakh
- Opened on Mar 18, 2020
- #11
Taken from .EXAMPLE
$NotepadPEB = Get-PEB -Id (ps notepad)
Get-PEB : Cannot process argument transformation on parameter Id . Cannot convert the System.Diagnostics.Process (notepad) value of type ...
ZeeWanderer
- 2
- Opened on Apr 24, 2019
- #9
On my Windows 10 box I opened a Powershell session and a Cmd session in both of which I changed the current working
directory with cd Desktop . Now I do this:
PS C:\Users\XXX\Desktop (Get-PEB -Id (ps ...
kriegaex
- 3
- Opened on Mar 8, 2017
- #7
In Line 241 of Get-LibSymbols.ps1 the call: [COFF.Functions]::UnDecorateSymbolName( .... should be (?):
[COFF2.Functions]::UnDecorateSymbolName( ....
(use COFF2 instead of COFF).
Btw, thanks for making ...
gkantsidis
- Opened on Jun 10, 2016
- #5
Hi! I execute command with Administrator privileges, thanks for all! My PowerShell Version : 5.0.10586.122 in
Windows 10 64bits
**PS C:\WINDOWS\system32 $AllPEBs = Get-Process | Get-PEB Get-PEB : Unable ...
b414m
- 4
- Opened on Jun 9, 2016
- #4
It make sense to change expected object from MethodInfo to MethodBase to enable ctor disassembling.
vors
- 4
- Opened on Nov 20, 2014
- #2
First of all, thank you for a great module! I currently interested only in a small part: Disassembling. I found this
super convenient:
(Get-ILDisassembly -MethodInfo ([string].GetMethod( GetHashCode ))).Instructions ...
vors
- 2
- Opened on Nov 20, 2014
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.