aliens

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Skin36

Pages: [1]
1
Offtopic / Re: Reversing to Orion - project 1oom
« on: May 01, 2018, 11:34:29 am »
I feel this skips step 0: deteriming the "known" file formats. Consider disassembilng libz vs. naming a function "zip_uncompress" based on the parameter and surrouding code. Otherwise your post is spot-on.

this can be done simultaneously. In any case, I will be happy to help.

3
Offtopic / Re: Reversing to Orion - project 1oom
« on: April 26, 2018, 09:06:31 pm »
I have little experience working with IDA, if that, I can help with general questions.

Here is my plan for reversing games.
1. Defining text strings, renaming functions according to text strings.
2.Search for the main cycle.
3. Search for structures, variables.
4. Determination of the members of the structures.
5. and so on

Pages: [1]