Skip to content

Commit 2e00756

Browse files
author
mattifestation
committed
Removing New-Object proxy function
1 parent 36e1e29 commit 2e00756

File tree

3 files changed

+1
-95
lines changed

3 files changed

+1
-95
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,6 @@ Marshals data from an unmanaged block of memory in an arbitrary process to a new
108108

109109
A proxy function used to extend the built-in Get-Member cmdlet. It adds the '-Private' parameter allowing you to display non-public .NET members
110110

111-
#### `New-Object`
112-
113-
A proxy function for New-Object that accepts a CLSID with the -ComObject parameter.
114-
115111
#### `Get-Strings`
116112

117113
Dumps strings from files in both Unicode and Ascii. This cmdlet replicates the functionality of strings.exe from Sysinternals.

ReverseEngineering/New-Object.ps1

Lines changed: 0 additions & 90 deletions
This file was deleted.

ReverseEngineering/ReverseEngineering.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ ModuleList = @(@{ModuleName = 'ReverseEngineering'; ModuleVersion = '1.0.0.0'; G
7676
FileList = 'ReverseEngineering.psm1', 'ReverseEngineering.psd1', 'Get-ILDisassembly.ps1', 'Get-NtSystemInformation.format.ps1xml',
7777
'Get-NtSystemInformation.ps1', 'Get-Member.ps1', 'Get-MethodAddress.ps1', 'Get-PEB.format.ps1xml',
7878
'Get-PEB.ps1', 'Get-Strings.ps1', 'Get-StructFromMemory.ps1', 'ConvertTo-String.ps1',
79-
'Get-Entropy.ps1', 'New-Object.ps1', 'Get-ILDisassembly.format.ps1xml', 'ProcessModuleTrace.ps1', 'Usage.md'
79+
'Get-Entropy.ps1', 'Get-ILDisassembly.format.ps1xml', 'ProcessModuleTrace.ps1', 'Usage.md'
8080

8181
# Private data to pass to the module specified in RootModule/ModuleToProcess
8282
# PrivateData = ''

0 commit comments

Comments
 (0)