ThexXTURBOXx /
CookieClickerMobileToolbox
A little Java application capable of manipulating CCMobile saves on Android
40/100 healthLoading repository data…
gentilkiwi / repository
A little toolbox to play with Microsoft Kerberos in C
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
kekeo is a little toolbox I have started to manipulate Microsoft Kerberos in C (and for fun)
In kekeo, I use an external commercial library to deal with Kerberos ASN.1 structures: OSS ASN.1/C (http://www.oss.com/asn1/products/asn1-c/asn1-c.html)
It was the only code generator/library that I've found to work easily with Microsoft C project.
They were kind enough to offer me a 1-year licence.
With this one, I'm able to let you download binaries that run in your environment.
So don't forget to thank them ( http://www.oss.com/company/contact-us.html / https://twitter.com/OSSNokalva )
kekeo solution/adapt it.
kekeo or gentilkiwi)kekeo with ASN.1/CYou can't build kekeo out-of-the-box, you'have to generate C files and link with OSS libraries.
After downloading and installing a commercial/trial version of OSS ASN.1/C, Win32 and/or x64:
Open a command prompt in ($kekeo)\modules\asn1
Adapt the ASN1C variable to your ASN.1/C configuration (architecture & version)
set ASN1C="C:\Program Files\OSS Nokalva\ossasn1\winx64\10.4.0"
Depending on the targeted lib architecture:
Win32
%ASN1C%\bin\asn1.exe ^
%ASN1C%\asn1dflt\asn1dflt.ms.zp4 ^
KerberosV5Spec2.asn KerberosV5-PK-INIT-SPEC.asn PKIX1Explicit88.asn PKINIT.asn MS-SFU-KILE.asn ^
-noSampleCode -der -root -CStyleComments -externalName kekeo_asn1 -messageFormat msvc -verbose ^
-headerFile kull_m_kerberos_oss_asn1_internal.h -soedFile kull_m_kerberos_oss_asn1_internal_Win32.c
x64
%ASN1C%\bin\asn1.exe ^
%ASN1C%\asn1dflt\asn1dflt.msx64.zp8 ^
KerberosV5Spec2.asn KerberosV5-PK-INIT-SPEC.asn PKIX1Explicit88.asn PKINIT.asn MS-SFU-KILE.asn ^
-noSampleCode -der -root -CStyleComments -externalName kekeo_asn1 -messageFormat msvc -verbose ^
-headerFile kull_m_kerberos_oss_asn1_internal.h -soedFile kull_m_kerberos_oss_asn1_internal_x64.c
Header file kull_m_kerberos_oss_asn1_internal.h is the same for both architecture.
Copy from OSS ASN.1/C install dir (eg: C:\Program Files\OSS Nokalva\ossasn1\winx64\10.4.0)
include\ossasn1.h to ($kekeo)\incinclude\osstype.h to ($kekeo)\inclib\soeddefa.libto ($kekeo)\lib\{Win32 or x64}lib\ossiphlp.libto ($kekeo)\lib\{Win32 or x64}You can now build the kekeo solution in Visual Studio
CC BY-NC-SA 4.0 licence - https://creativecommons.org/licenses/by-nc-sa/4.0/
PyKek - https://github.com/bidord/pykekBenjamin DELPY gentilkiwi, you can contact me on Twitter ( @gentilkiwi ) or by mail ( benjamin [at] gentilkiwi.com )
This is a personal development, please respect its philosophy and don't use it for bad things!
Selected from shared topics, language and repository description—not editorial ratings.
ThexXTURBOXx /
A little Java application capable of manipulating CCMobile saves on Android
40/100 healthmichael080808 /
A little toolbox for two kinds of implementations of CW-SSIM with Steerable Pyramids and Dual Tree-Complex Wavelet Transform.
53/100 healthSeanMcP /
🧰 Cross-browser extension that provides floating tools to make code reviews on GitHub a little easier
/100 healthImdWf /
A little toolbox for lda-c and hdp
37/100 healthmehmood-baryalai /
A tampermonkey userscript for peoplesoft's cms to make life a little easier.
37/100 healthdimitrilahaye /
A little exercise to simulate RPG character creation and fights in a CLI.
27/100 health