Change run-on sentence

This commit is contained in:
Yakov5776 2022-12-25 01:39:37 -05:00
parent 0faf57251f
commit ff695914d3
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ However, here are a few steps we've put together which you can follow to get sta
2. **Get the right tools:** You'll need a range of tools to get started with reverse engineering. Some of the most commonly used tools include disassemblers (like [IDA Pro](https://hex-rays.com/ida-pro/)[^1]), and debuggers (like [x64dbg](https://x64dbg.com/)).
3. **Get a good understanding of programming languages:** Having a good understanding of programming languages such as C++ and sometimes even lua can be very beneficial when reverse engineering Roblox as it will help you analyze and understand the code and logic behind it and having a basic understanding of assembly will get you a long way.
3. **Get a good understanding of programming languages:** Having a good understanding of programming languages such as C++ and sometimes even Lua can be very beneficial when it comes to understanding and reverse-engineering the Roblox engine. Additionally, having a basic understanding of assembly will help you get a jump-start in the disassembly process that the above applications support.
!!! tip "Keep in mind"
We're always welcoming new users to come and join our discord servers whenever they feel like they need help or even just to hang out and converse with the other members.