This repository was archived by the owner on Jan 3, 2025. It is now read-only.
Releases: AlBovo/ReverseProject
Releases · AlBovo/ReverseProject
Version 2.1
This release contains some update in the Problema7 directory.
As a result, the project is finally considered closed and will be switched into a public archive
Full Changelog: v2.0...v2.1
Version 2.0
This release is a merge between version 1.0, version 1.1, and the latest commits where challenge #8 was added.
As a result, the project is considered closed and will be switched into a public archive
Full Changelog: v1.1...v2.0
Problem 7
Merge pull request #4 from Antostarwars/main Added Obfuscated Challenge
Version 1.0
This release contains all the challenges compiled for all the problems 1-6.
Every folder contains this files:
- challengeJava.jar - a jar with the compiled problem in java
- challengeKotlin.jar - a jar with the compiled problem in kotlin
- main.c - the compiled version in C of the problem
- main.cpp - the compiled version in C++ of the problem
- main.exe - C# version of the problem (can only be used on Windows or on Linux using Wine).
P.S.: The last problem is just a lot more challenging.