Let’s reverse Apache Commons IO from its sources.
1. Get the sources
-
Download and extracts the sources from https://commons.apache.org/proper/commons-io/download_io.cgi
2. Create a new Modelio project with the Java template
Follow the A basic Java 8 project setup example to create a Java 8 project.
3. Create a root component
-
Right click on the root package
-
Create a Java component with
Java Architect→
Create element→
Java Component
-
Name it "apache-commons-io"
4. Reverse from sources
-
Right click on the created "apache-commons-io" component
-
Select
Java Architect→
Reverse→
Reverse Java application from sources
-
In the "Files to reverse" tab, change the directory to the one that contains the source.
-
In the tree view, select the "src" directory.
-
In the "Granularity" combo, select "Complete".
-
Click on the Next, Next, and finally Reverse buttons.