Can't half tell I'm new to C++ trying to use xxl editor and the decomp as an excuse to get more familiar with it
pegperegogaucho
No problem!
pegperegogaucho
A difficult but powerful language (probably the most powerful of them all...)
hesopesomeso
STD needs some work 😭
pegperegogaucho
What's the issue?
pegperegogaucho
Especially in recent versions of c++ the standard library has gotten some good updates 💪
hesopesomeso
That is indeed true... hopefully GCC can support some soon.
deathhound246
Rust fanboys would disagree (probably)
deathhound246
But yea c++ i think would be a good lang to learn low level concepts
pegperegogaucho
I've never used Rust, but it seems due to the safety concepts making hacking tools might be impossible/hard?
hesopesomeso
How I write rust:
```
unsafe {
// My whole program here...
}
```
pegperegogaucho
funny guy
pegperegogaucho
that's like putting the entire main function inside a try - catch block
deathhound246
Memory editing in C# too
deathhound246
Not sure tbh. Dont think i've seen any modding tools done in rust, also dont really use it myself
hesopesomeso
I forgot to ask, but what is your goal with the decomp @deathhound246?
deathhound246
Ig to just to understand what exactly is going on, knowing the different classes structures, how they differ between versions. Mostly just to help with modding or other tools in general
hesopesomeso
Very interesting goal 👍
deathhound246
I've got a good start for that plugin that shows enemy health (think the msgs are in #tool-support )
Idea for that was to help with any speedruns, cus theres some fights where enemies can spawn on the other side of the fight zone. So you can just look at the data, see what kind of enemy is still in the fight and how much health he has