Jump to content
Tuts 4 You

Simple C++/CLI Mixed Assembly KeygenMe


Recommended Posts

SuperJackAbcd
Posted

Simple C++/CLI Mixed Assembly KeygenMe


Your goal is to create a keygen and make a tutorial and/ or write instructions about the steps done by you.

What is C++/CLI?

C++/CLI is C++ support .NET framework to make managed application run on .NET framework.

https://en.wikipedia.org/wiki/C%2B%2B/CLI

Feel free to post your solutions.


 

  • Like 1
  • 3 years later...
Posted

Hi @SuperJackAbcd

Steps :

1.Put it in x32dbg. Go to here

009E2D52 | 68 9C719E00              | push cppclr_winformsprojekt10.9E719C                             | 9E719C:"Hello"

Set a breakpoint here and start stepping over. Eventually by stepping over you will get to here :

009E2D75 | 83C4 1C                  | add esp,1C                                                       |

The result will be placed in EAX -> 

Spoiler

1657652f044417fa0ecaf854bbb56d0b

 

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...