Skip to content

Instantly share code, notes, and snippets.

View pawlos's full-sized avatar
🐛

Paweł Łukasik pawlos

🐛
View GitHub Profile
/*******************
* multiplicity.js *
*******************
*
* Out of one cell and into another. They're not giving you
* very much to work with here, either. Ah, well.
*
* Level filenames can be hints, by the way. Have I
* mentioned that before?
*
/******************
* minesweeper.js *
******************
*
* So much for Asimov's Laws. They're actually trying to kill
* you now. Not to be alarmist, but the floor is littered
* with mines. Rushing for the exit blindly may be unwise.
* I need you alive, after all.
*
* If only there was some way you could track the positions
/************************
* validationEngaged.js *
************************
*
* They're really on to us now! The validateLevel function
* has been activated to enforce constraints on what you can
* do. In this case, you're not allowed to remove any blocks.
*
* They're doing all they can to keep you here. But you
* can still outsmart them.
/********************
* theLongWayOut.js *
********************
*
* Well, it looks like they're on to us. The path isn't as
* clear as I thought it'd be. But no matter - four clever
* characters should be enough to erase all their tricks.
*/
function startLevel(map) {
/****************
* drones101.js *
****************
*
* Do you remember, my dear Professor, a certain introductory
* computational rationality class you taught long ago? Assignment
* #2, behavior functions of autonomous agents? I remember that one
* fondly - but attack drones are so much easier to reason about
* when they're not staring you in the face, I would imagine!
/*************
* colors.js *
*************
*
* You're almost at the exit. You just need to get past this
* color lock.
*
* Changing your environment is no longer enough. You must
* learn to change yourself. I've sent you a little something
* that should help with that.
0:000> x /D *!*telemetry*
*** WARNING: Unable to verify checksum for ConsoleApplication1.exe
70eaa0e7 clr!Assembly::TelemetryLogTargetFrameworkAttribute (<no parameter info>)
72611aaf mscoreei!ClrTelemetryUtil::GetNetFrameworkReleaseValue (<no parameter info>)
72621944 mscoreei!ClrTelemetryUtil::GetPackageMoniker (<no parameter info>)
7261fed8 mscoreei!ClrTelemetryUtil::GetPackageID (<no parameter info>)
*** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINDOWS\SysWOW64\IMM32.DLL -
742e52fc ole32!wil::details::ThreadFailureCallbackHolder::s_telemetryId = 0n1
742e5cfc ole32!wil::details::g_pfnTelemetryCallback = 0x00000000
7425694b ole32!wil::details::static_lazy<DragDropTelemetry>::~static_lazy<DragDropTelemetry> (void)
0:000> x /D *!*telemetry*
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
00000000`53eb6290 wow64win!ZwDCompositionTelemetryAnimationScenarioBegin (<no parameter info>)
00000000`53eb62b0 wow64win!NtDCompositionTelemetryAnimationScenarioReference (<no parameter info>)
00000000`53eb6330 wow64win!ZwDCompositionTelemetryTouchInteractionEnd (<no parameter info>)
00000000`53eb6310 wow64win!NtDCompositionTelemetryTouchInteractionBegin (<no parameter info>)
00000000`53eb6330 wow64win!NtDCompositionTelemetryTouchInteractionEnd (<no parameter info>)
00000000`53eb6310 wow64win!ZwDCompositionTelemetryTouchInteractionBegin (<no parameter info>)
00000000`53eb6290 wow64win!NtDCompositionTelemetryAnimationScenarioBegin (<no parameter info>)
@pawlos
pawlos / build.log
Created June 29, 2016 04:49
radare2 build log
pawlos:~/radare2$ sys/install.sh
WARNING: Updating from remote repository
Already up-to-date.
sudo is /usr/bin/sudo
export USE_R2_CAPSTONE=
Removing Makefile.orig
Removing arch/X86/X86ATTInstPrinter.c.orig
Removing arch/X86/X86IntelInstPrinter.c.orig
@pawlos
pawlos / labeless.log
Last active August 22, 2016 15:54
python.exe setup.py install
c:\Python27\lib\distutils\dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
warnings.warn(msg)
running install
running build
running build_py
creating build
creating build\lib
creating build\lib\labeless
copying labeless\logs.py -> build\lib\labeless
copying labeless\pehelper.py -> build\lib\labeless