Skip to content

Instantly share code, notes, and snippets.

View realazizk's full-sized avatar
🏠
Working from home

aziz realazizk

🏠
Working from home
View GitHub Profile
@realazizk
realazizk / hard.c
Created September 2, 2024 10:50
bhmea quals rev
/*
1. unpack Jscript code
2. brute force random key
*/
#include <windows.h>
#include <wincrypt.h>
#include <stdio.h>
#include <stdlib.h>
#include <iostream>

Keybase proof

I hereby claim:

  • I am mohamed-aziz on github.
  • I am azizkn (https://keybase.io/azizkn) on keybase.
  • I have a public key ASBS0rrfeyZtBpfw74bJJzzja9jPYr54RSrl2MaqndMjdgo

To claim this, I am signing this object:

@realazizk
realazizk / guake.patch
Created June 6, 2016 22:34
My patch solves multiple monitor problem on Guake 0.4.4
--- guake_old 2016-06-06 17:47:33.841266053 -0400
+++ guake 2016-06-06 17:18:49.109200465 -0400
@@ -826,22 +826,21 @@
width = 100
halignment = self.client.get_int(KEY('/general/window_halignment'))
- # get the rectangle just from the first/default monitor in the
- # future we might create a field to select which monitor you
- # wanna use
- window_rect = screen.get_monitor_geometry(0)