Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Releases: AlBovo/ReverseProject

Version 2.0

02 Sep 13:34
8075f73
Compare
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
Compare
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
Compare
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.