L. Spiro’s Memory Hacking Software X

Discussions Related to Game Hacking and Memory Hacking Software

Moderators: g3nuin3, SpeedWing, WhiteHat, mezzo

L. Spiro’s Memory Hacking Software X

Postby L. Spiro » Wed Sep 14, 2016 5:18 am

MhsX.png
MhsX.png (35.39 KiB) Viewed 65226 times

What is it…?
Is this…?
Could it be?

Is it open-source from first release?
Does it disassemble and assemble all instructions, including SSE*?
Does it open x64 processes?
Does it have special modes for editing and modifying emulated games?
Has the UI been refined and made sleek with new professional icons?
Is it overall faster than ever before?
Does it make breakfast in bed!?

Please someone tell me more about this crazy new thing I see before me!


L. Spiro
Our songs remind you of songs you’ve never heard.
User avatar
L. Spiro
L. Spiro
 
Posts: 3129
Joined: Mon Jul 17, 2006 10:14 pm
Location: Tokyo, Japan

Re: L. Spiro’s Memory Hacking Software X

Postby Maximusss » Mon Oct 03, 2016 1:46 pm

Looking very nice. Does it include a functional struct builder, this was buggy/unusable in MHS and I recall saying you were not a fan of the code specifically for that function. What kind of release schedule are you looking at?

Also, with regards to the special modes for emulated games. I have always wanted a feature to create a simulated offset, or at least have a field in MHS' list of addresses where a virtual address can be stored. For example: if I am hacking an N64 game and I want to monitor an address at 00030 in the emulator's N64 RAM buffer, there should be an option to set a base ram offset, as opposed to me looking at a random VM that Project64 generates, I can visualize the memory address as it would exist on real N64. Essentially, by setting the base offset to +3040E4 from the Project64 process, all addresses may have 3040E4 subtracted from them, which would make 3040E4 equal to 0 (as it would be the first value in the N64 ram), I was going to add this to the released code for MHS but didn't get around to it, the feature should be quite trivial to add, IMO.

Open source from the beginning would be a great idea too! Excellent work, looking forward to it all!
Maximusss
I Have A Question
 
Posts: 1
Joined: Mon Oct 03, 2016 1:38 pm

Re: L. Spiro’s Memory Hacking Software X

Postby L. Spiro » Mon Oct 03, 2016 3:12 pm

The release schedule will be too hectic to make any predictions right now.
I just moved from Japan to England, moved from my initial apartment in England to another, hardly unpacked, and thanks to a sudden and unexpected new job offer I may be moving to another country yet again soon.

A correctly working structure builder will be included.

Complex addresses can handle tracking of any emulated address, and to make it display as some other type of address would just be a string-manipulation function I can add as both a built-in and as a plug-in or script feature.


L. Spiro
Our songs remind you of songs you’ve never heard.
User avatar
L. Spiro
L. Spiro
 
Posts: 3129
Joined: Mon Jul 17, 2006 10:14 pm
Location: Tokyo, Japan

Re: L. Spiro’s Memory Hacking Software X

Postby danrevella » Fri Nov 25, 2016 4:51 am

Hi there!!!
I have wait for this moment for so many years, but then I lost my hope... :-)

I'm really glad to see you're active again..

Many thanks to be back again!!!
danrevella
I Have A Question
 
Posts: 1
Joined: Fri Nov 25, 2016 4:32 am

Re: L. Spiro’s Memory Hacking Software X

Postby SpeedWing » Fri Dec 02, 2016 3:47 am

L.Spiro, This makes me excited :D

Will you make changes to the L.Spiro Script, so we can sideload .net to link addresses/pointers found as objects and create beautiful UX?
Maybe allow it to build an executable which allows the MHS API to be used with?
User avatar
SpeedWing
Defragler
 
Posts: 2031
Joined: Tue Jan 01, 2008 1:00 am
Location: If there is a Will there is a Solution.

Re: L. Spiro’s Memory Hacking Software X

Postby L. Spiro » Wed Dec 07, 2016 12:08 pm

As part of its fundamental feature set (the thing on which I am working first, in fact) it will be able to modify PE files (.EXE/.DLL), so making it build them from scratch is not too far off, and I have considered using LLVM.
But it is not clear yet if L. Spiro Script will be present.

But I am currently relocating across the world yet again (for the 5th time), so progress will be slow.


L. Spiro
Our songs remind you of songs you’ve never heard.
User avatar
L. Spiro
L. Spiro
 
Posts: 3129
Joined: Mon Jul 17, 2006 10:14 pm
Location: Tokyo, Japan

Re: L. Spiro’s Memory Hacking Software X

Postby XORnophobic » Wed Dec 21, 2016 12:57 pm

Is there anything you need help with on the project, or not just yet? I've been an MHS user for a rather long time, just got into programming relatively recently and I'm at a point where I think I need to work on something with others. More than a little excited to see that this new version is going to be open source.
XORnophobic
I Have A Question
 
Posts: 1
Joined: Wed Dec 21, 2016 12:51 pm

Re: L. Spiro’s Memory Hacking Software X

Postby L. Spiro » Wed Dec 28, 2016 10:04 am

Nothing at the moment.


L. Spiro
Our songs remind you of songs you’ve never heard.
User avatar
L. Spiro
L. Spiro
 
Posts: 3129
Joined: Mon Jul 17, 2006 10:14 pm
Location: Tokyo, Japan

Re: L. Spiro’s Memory Hacking Software X

Postby Revan » Thu Feb 09, 2017 5:39 am

any updates on this? really excited about this release
Revan
I Have A Question
 
Posts: 1
Joined: Thu Feb 09, 2017 5:36 am

Re: L. Spiro’s Memory Hacking Software X

Postby hunter-Zz » Sun Feb 26, 2017 1:07 am

where all hacker go?
ANDY ♥ LoveHunter ♥ ™77
User avatar
hunter-Zz
Acker
 
Posts: 81
Joined: Tue Mar 10, 2009 3:11 pm
Location: klang

Re: L. Spiro’s Memory Hacking Software X

Postby L. Spiro » Thu Nov 09, 2017 12:27 pm

MHS X had to take a step back to remove Qt, so the new interface is less developed than before, but looking better overall.
MhsX2.png
MhsX2.png (25.23 KiB) Viewed 56456 times


Qt was removed for a few reasons. Using a GUI library means losing control over what strings end up in the final file, what function imports are used, etc. My custom GUI library here uses expressions to help auto-size windows, which is much easier and allows much more control than what any other GUI library offers. The Expression Evaluator from old MHS has been heavily updated, now supporting many new functions, including all functions found in <cmath> (cos, sin, atan, lgamma, round, pow, etc.)

All text boxes will use the new Expression Evaluator where appropriate to make it easier to enter values, not arbitrarily forcing a certain format for certain boxes. “100”, “10*10”, “200 >> 1”, “50 * 2.0”, etc. all resolve to the same value.

At least most features of old MHS will be present, and new ones.
Work is being done daily and a release is not too far off.


L. Spiro
Our songs remind you of songs you’ve never heard.
User avatar
L. Spiro
L. Spiro
 
Posts: 3129
Joined: Mon Jul 17, 2006 10:14 pm
Location: Tokyo, Japan

Re: L. Spiro’s Memory Hacking Software X

Postby L. Spiro » Mon Nov 13, 2017 9:47 am

Working on it daily.
MhsX3.png
MhsX3.png (55.67 KiB) Viewed 56328 times



L. Spiro
Our songs remind you of songs you’ve never heard.
User avatar
L. Spiro
L. Spiro
 
Posts: 3129
Joined: Mon Jul 17, 2006 10:14 pm
Location: Tokyo, Japan

Re: L. Spiro’s Memory Hacking Software X

Postby L. Spiro » Wed Jan 03, 2018 1:26 pm

MhsX4.png
MhsX4.png (44.43 KiB) Viewed 54532 times

A few kinks in the UI remain, but enough is there that I can now focus heavily on functionality.


L. Spiro
Our songs remind you of songs you’ve never heard.
User avatar
L. Spiro
L. Spiro
 
Posts: 3129
Joined: Mon Jul 17, 2006 10:14 pm
Location: Tokyo, Japan

Re: L. Spiro’s Memory Hacking Software X

Postby esco » Sat Feb 10, 2018 10:19 pm

Spiro, you are alive I see! Congrats on how life is going for you! It sounds like you are really living it up.

Wow, I never thought you would actually make another version of MHS. I'm actually using the old version you still have on your site right now as we speak. It is still an amazing tool to this day! I'll definitely be keeping my eyes open for when this comes out.
Esco.... the name says it all. New Yorikan for life.
User avatar
esco
NULL
 
Posts: 148
Joined: Mon Sep 18, 2006 2:25 am
Location: Florida, a.k.a. the US's version of hell!

Re: L. Spiro’s Memory Hacking Software X

Postby radical dreamer » Mon May 21, 2018 9:29 pm

Oh my, well I have been away from here for a long while, but now I see I need to be checking up on MHS. :D Looking very good L. Spiro
My PSN ID: radicldreamr
User avatar
radical dreamer
I Have A Few Questions
 
Posts: 9
Joined: Sun Dec 20, 2009 1:35 am
Location: USA

Next

Return to General Related Discussions

Who is online

Users browsing this forum: No registered users and 0 guests

cron