Main Menu

Recent posts

#1
Process Lasso / Re: Ignore child processes for...
Last post by worldguessrgame - Today at 02:48:10 AM
ProBalance has an option for excluding child processes, but that's specific to its dynamic restraint system.
#2
General / Re: Do some experiment with ex...
Last post by skilledsniv - Yesterday at 10:57:04 PM
Check Out Minimalist Packers
Since UPX is too complex at the moment, you may want to check:

Petite (small PE packer, but closed-source).
DIY Packer Examples:

- Tiny PE Packer by hasherezade – very minimal packer.
- "MiniPackers" on GitHub – Search for repositories implementing simple PE compression.
- Matt Pietrek's articles – Covers writing simple packers.
#3
Process Lasso / Re: Set CPU Affinity for whole...
Last post by BlackSkillX - March 16, 2025, 04:05:13 PM
Yes, this did the trick!
Thank you so much!

With this I was actually able to assign CPU Affinities to 40k Spacemarine 2 (Easy Anti Cheat), which was not possible before! Still no luck to force CPU Affinities to The Finals though.
#4
Process Lasso / Re: Set CPU Affinity for whole...
Last post by Jeremy Collake - March 16, 2025, 02:58:41 PM
You just need to add a wildcard, such as:

d:\*
Let me know how it goes ;)
#5
Process Lasso / Re: Can we sort the Priorities...
Last post by Jeremy Collake - March 16, 2025, 02:56:39 PM
We don't allow sorting by the priority class or other columns because the rules are ordered, so sorting them would change the precedence. In your case, it doesn't look like it would, but it can when people use wildcards.
#6
Process Lasso / Set CPU Affinity for whole dri...
Last post by BlackSkillX - March 16, 2025, 12:55:18 PM
Hello there,

someone on reddit suggested to assign whole dive to specific CPU affinities and I am trying to replicate that.

Lets say you have a dual CCD CPU and you want to run every process from the drive with your windows install (Drive C:) on core 0-7 (CCD 0) and all processes from Drive D: (where all games are installed) on core 8-15 (CCD 1).
Is that possible and what would the Process Match in the Affinity Mask look like?
I tried " c:\ " for the windows drive and " d:\ " (without quotation marks)for the game drive but it did not work and both Process Matches were not saved /were deleted when reopening the masks.
Any reason why it is not working?
My ProcessLasso is in german language, so maybe there is a problem with the Syntax?

Would appreciate some help :)
#7
Process Lasso / Can we sort the Priorities dia...
Last post by Aashishkebab - March 15, 2025, 01:53:13 PM
Also apparently I signed up to this forum "too quickly" and it made me wait?
#8
General / Re: Do some experiment with ex...
Last post by nytwordlehints - March 14, 2025, 03:50:52 AM
You might want to explore simpler executable packers like PECompact or ASPack. These packers have more straightforward implementations that can help you understand the basics of PE header manipulation and compression techniques. Additionally, examining open-source projects like kraptor or FUPX can provide insights without the complexity of UPX. Look into the unpacking process as well; understanding how these packers work will give you a clearer picture of executable structure and behavior. Finally, consider reading about the PE file format and basic disassembly tools like CFF Explorer or PE Explorer to deepen your understanding.
#9
Process Lasso 中文论坛 / fusion 360
Last post by cheonikang - March 14, 2025, 03:30:37 AM
Stay ahead in the design field by mastering fusion 360! This important tool is used by professionals worldwide. Start enroll in comprehensive courses at the College of Contract Management to help you succeed!
#10
General / Re: Keep Running causes PMS to...
Last post by emberrr - March 12, 2025, 08:37:35 PM
Turns out I just needed to restart the server. I did already change the Governor to run as a normal process, but I also had just installed Process Lasso in the same instance. I'm assuming it hadn't fully initialized something. Restarting my server fixed the problem!