This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\nvim] | |
@="Open NeoVim Terminal here" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\nvim\command] | |
@="I:\\dev\\tools\\nvim_windows\\nvim-win64\\Neovim\\bin\\nvim-qt.exe term://\"%V\"//cmd" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\wt] | |
@="Open Windows Terminal here" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\wt\command] | |
@="C:\\Users\\<YOUR WINDOW USER NAME>\\AppData\\Local\\Microsoft\\WindowsApps\\wt.exe new-tab -d \"%V\"" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
target_string = "ZW PFL NREK KF CVRIE DFIV RSFLK TIPGKFXIRGYP Z IVTFDDVBU RE FECZEV TFLIJV ZEJKILTKVU SP GIFWVJJFI URE SFEVY WIFD JKREWFIU LEZMVIJZKP ALJK JVRITY TIPGKFXIRGYP RK TFLIJVIR.FIX" | |
my_dict = { | |
"A":"j", | |
"B":"n", | |
"C":"l", | |
"D":"m", | |
"E":"n", | |
"F":"o", | |
"G":"p", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<CheatTable CheatEngineTableVersion="28"> | |
<Forms> | |
<mainForm_1 Class="TCEForm" Encoding="Ascii85">jg!%C):Zf/lXP9$wIC*63/)L33$B2cA_aM5*}I7c-Bz@]18$I.oHnM39oY[Tx#0!4.GMYUA$Sv#G/BC!B)8FDV+mf:_2Us[G_lOsv]okDo-iKng[zK@]1E_I2V,[4;bs^vCcZ4a*k[YGN*5eyMLg-3=i!_zBS^$DeLNrnkYs2O6Dp9y6A_EOv[L{:GV1tXGY?#)4hT?G@lHm?C3i^ffC)[GDL[]/82W5;Mjb4s9n8((kjKFcFN9V{czbvRK[!3YxWBa:+VxZ!U#*0:X@Iy4QbxjRHYY@-?#vY$!e*W9+2g@IvRS{+MO%CAp5yr$9cNC*){I!lVCiE[l,AvK:ZMg85Ce6:I%;E6scXkv:^[v#TDk65rF$n=oyz;5[TC#D!cbxvi;1C@49Hpq@kW@,y?*dxgg]6.;ODckv*V6ON9[%ddg9?+$s}Xdo7b/@]7C}[SsY_Xd6@(Oy*r8Im@-yh,Xr[FUNyS[#GRVew4asb6g^}S=kHbWaq#GpCqptcO^+pZomfgn8@bsP^+D9zo(Xoi:0;26jN(S%?D.[aY%fxq4.9D#ZK}O*HHNPJeHq*!0KOM5qwz71]kSu2Upqb#XdF^FeMPgx3WazI2vY;)F{M.X=FEZD]m){6^qErW[?aB@@gbMxvuT*RHyD6d7+H,w4XKE-PUU*5w?)2FTcdhZjB1fb/tf}o;DF}pDyV{kk^dat@ZEk</mainForm_1> | |
</Forms> | |
<CheatEntries/> | |
<UserdefinedSymbols> | |
<SymbolEntry> | |
<Name>bla</Name> | |
<Address>00B10000</Address> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#assemble and output a 32 bit machine code | |
rasm2 -a arm -b 64 "mrs x1,currentel"|perl -ne 'print "0x$_"'|rax2 =16 -e |
NewerOlder