You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have no idea about programming, these are some basic stuff that we can do
annotate every line - x86 / ARM
create documentation
general improvements to Help (no arguments)
general improvements to arguments
create installation mechanism (make file or install script) for Linux
create installation mechanism (make file or install script) for Windows
The text was updated successfully, but these errors were encountered:
First, I am not your instructor or supervisor, I cannot assign or comment on what you need to do.
I have made comments on nearly every line in the code and you should be able to understand the program flow if you put some effort into it.
So far, for the "no program approach", you can write a manual including:
Pre-requisite for the Installation
Parameters on how to configure the working path (which should be in module 1)
What's the meaning of every flag (I have written in the comment)
what instruction we can use in gdb mode (with reference in module 2 gdb)
On the other hand, you can create an installation package for Linux and Windows (Evan has sent his script to the discord) and you can simplify it if you look at it. For the Windows one, I don't notice any group has done it so far.
In the worst case, at least a one-page cheat sheet can be done for it.
Of course, you can think about what to do in a creative way. If you cannot make the manual, you may make a video on the installation and user guide as well.
If you have no idea about programming, these are some basic stuff that we can do
annotate every line - x86 / ARM
create documentation
general improvements to Help (no arguments)
general improvements to arguments
create installation mechanism (make file or install script) for Linux
create installation mechanism (make file or install script) for Windows
The text was updated successfully, but these errors were encountered: