Skip to content
This repository was archived by the owner on Jan 3, 2025. It is now read-only.

Releases: AlBovo/ReverseProject

Version 2.1

03 Jan 15:11
f578dc0

Choose a tag to compare

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

02 Sep 13:34
8075f73

Choose a tag to compare

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

08 Apr 10:15
8075f73

Choose a tag to compare

Problem 7 Pre-release
Pre-release
Merge pull request #4 from Antostarwars/main

Added Obfuscated Challenge

Version 1.0

11 Jan 13:26
80634e9

Choose a tag to compare

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.