View Single Post
  #1  
Old 02-26-2014, 15:43
Bey's Avatar
Bey Bey is offline
Family
 
Join Date: Feb 2014
Location: Okemah, OK
Posts: 19
Rept. Given: 4
Rept. Rcvd 38 Times in 11 Posts
Thanks Given: 6
Thanks Rcvd at 9 Times in 5 Posts
Bey Reputation: 38
LordPE - 60 Process Limit

As I don't really consider this a "Software Release" I believe this is the correct
section to post this. If it is the wrong section, please move it to where it
should be.

Many people have found that LordPE is limited to 60 processes. Even though I
find LordPE to be wanting (i.e., doesn't display the names of all processes), I
decided to throw together a simple patcher to remove the limit. It is written
in C# and uses .Net 4.0 and is not using any protection so, if you want to run
it through ILSpy or whatever, it's all good.

It checks for the correct file as well as whether or not it has been patched
by checking the MD5 of the file. It also makes a backup of the original. If it
is the wrong version file or cannot find the file, it does nothing. Once it finds
the correct and unpatched file, it'll patch up a total of 27 bytes of procs.dll
and remove the 60 process limit.

~Bey

LordPE_Fix.7z
Reply With Quote
The Following 2 Users Gave Reputation+1 to Bey For This Useful Post:
copyleft (02-26-2014), Dreamer (02-26-2014)