MCPcopy Create free account

hub / github.com/ctfs/write-ups-2016 / functions

Functions1,823 in github.com/ctfs/write-ups-2016

↓ 3 callersFunctionluaK_codeABx
** Format and emit an 'iABx' instruction. */
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lcode.c:324
↓ 3 callersFunctionluaK_exp2val
** Ensures final expression result is either in a register or it is ** a constant. */
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lcode.c:744
↓ 3 callersFunctionluaK_goiftrue
** Emit code to go through if 'e' is true, jump otherwise. */
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lcode.c:857
↓ 3 callersFunctionluaK_indexed
** Create expression 't[k]'. 't' must have its final result already in a ** register or upvalue. */
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lcode.c:946
↓ 3 callersFunctionluaK_intK
** Add an integer to list of constants and return its index. ** Integers use userdata as keys to avoid collision with floats with ** same value; conve
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lcode.c:471
↓ 3 callersFunctionluaK_patchlist
** Path all jumps in 'list' to jump to 'target'. ** (The assert means that we cannot fix a jump to a forward address ** because we only know addresses
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lcode.c:263
↓ 3 callersFunctionluaK_setlist
** Emit a SETLIST instruction. ** 'base' is register that keeps table; ** 'nelems' is #table plus those to be stored now; ** 'tostore' is number of va
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lcode.c:1185
↓ 3 callersFunctionluaK_storevar
** Generate code to store result of expression 'ex' into variable 'var'. */
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lcode.c:782
↓ 3 callersFunctionluaL_addstring
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lauxlib.c:538
↓ 3 callersFunctionluaL_getsubtable
** ensure that stack[idx][fname] has a table and push that table ** into the stack */
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lauxlib.c:943
↓ 3 callersFunctionluaL_newstate
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lauxlib.c:1018
↓ 3 callersFunctionluaL_where
** The use of 'lua_pushfstring' ensures this function does not ** need reserved stack space when called. */
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lauxlib.c:206
↓ 3 callersFunctionluaS_createlngstrobj
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lstring.c:147
↓ 3 callersFunctionluaS_hash
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lstring.c:49
↓ 3 callersFunctionluaS_resize
** resizes the string table */
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lstring.c:71
↓ 3 callersFunctionluaT_callorderTM
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/ltm.c:158
↓ 3 callersFunctionluaT_objtypename
** Return the name of the type of an object. For tables and userdata ** with metatable, use their '__name' metafield, if present. */
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/ltm.c:90
↓ 3 callersFunctionluaV_finishget
** Finish the table access 'val = t[key]'. ** if 'slot' is NULL, 't' is not a table; otherwise, 'slot' points to ** t[k] entry (which must be nil). */
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lvm.c:160
↓ 3 callersFunctionluaV_tointeger
** try to convert a value to an integer, rounding according to 'mode': ** mode == 0: accepts only integral values ** mode == 1: takes the floor of the
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lvm.c:94
↓ 3 callersFunctionlua_iscfunction
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lapi.c:264
↓ 3 callersFunctionlua_newuserdata
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lapi.c:1183
↓ 3 callersFunctionlua_next
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lapi.c:1122
↓ 3 callersFunctionlua_rawequal
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lapi.c:295
↓ 3 callersFunctionlua_rawlen
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lapi.c:392
↓ 3 callersFunctionlua_sethook
** This function can be called asynchronously (e.g. during a signal). ** Fields 'oldpc', 'basehookcount', and 'hookcount' (set by ** 'resethookcount')
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/ldebug.c:80
↓ 3 callersFunctionlua_setupvalue
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lapi.c:1235
↓ 3 callersFunctionlua_tothread
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lapi.c:423
↓ 3 callersFunctionlua_version
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lapi.c:144
↓ 3 callersFunctionmatchbracketclass
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lstrlib.c:302
↓ 3 callersFunctionmd5
Same as new(). For backward compatibility reasons, this is an alternative name for the new() function.
pwn2win-ctf-2016/web/bathing-and-grooming-400/puremd5.py:425
↓ 3 callersFunctionna
(a)
breakin-ctf-2016/web/oops-50/jquery.min.js:1
↓ 3 callersFunctionnewfile
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/liolib.c:234
↓ 3 callersFunctionnewlabelentry
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lparser.c:383
↓ 3 callersFunctionnewprefile
** When creating file handles, always creates a 'closed' file handle ** before opening the actual file; so, if there is a memory error, the ** handle
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/liolib.c:187
↓ 3 callersFunctionob
(a)
tjctf-2016/web/super-questionable-luggage-service-30/static/js/jquery.js:2
↓ 3 callersFunctionpackint
** Pack integer 'n' with 'size' bytes and 'islittle' endianness. ** The final 'if' handles the case when 'size' is larger than ** the size of a Lua in
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lstrlib.c:1293
↓ 3 callersFunctionprepstate
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lstrlib.c:591
↓ 3 callersFunctionprocessListItems
* Process the contents of a single ordered or unordered list, splitting it * into individual list items. * @param {string} listStr * @param {
tjctf-2016/web/luvmarkdown-200/src/static/showdown.js:1944
↓ 3 callersFunctionpush_onecapture
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lstrlib.c:550
↓ 3 callersFunctionpushnumint
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lmathlib.c:96
↓ 3 callersFunctionqa
(a)
icectf-2016/web/flag-storage-50/Log In_files/jquery.min.js:2
↓ 3 callersFunctionr
(a)
tjctf-2016/web/super-questionable-luggage-service-30/static/js/jquery.js:2
↓ 3 callersFunctionrandint
(bound)
insomnihack-teaser-2016/crypto/bring-the-noise-200/server-bd6a6586808ab28325de37276aa99357.py:13
↓ 3 callersFunctionrb
(a,b,c)
tjctf-2016/web/super-questionable-luggage-service-30/static/js/jquery.js:2
↓ 3 callersFunctionread_line
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/liolib.c:476
↓ 3 callersFunctionreaddigits
** Read a sequence of (hex)digits */
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/liolib.c:421
↓ 3 callersFunctionreallymarkobject
** mark an object. Userdata, strings, and closed upvalues are visited ** and turned black here. Other objects are marked gray and added ** to appropri
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lgc.c:235
↓ 3 callersFunctionrecover
** Recovers from an error in a coroutine. Finds a recover point (if ** there is one) and completes the execution of the interrupted ** 'luaD_pcall'. I
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/ldo.c:580
↓ 3 callersFunctionreprepstate
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lstrlib.c:601
↓ 3 callersFunctionresume_error
** signal an error in the call to 'resume', not in the execution of the ** coroutine itself. (Such errors should not be handled by any coroutine ** er
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/ldo.c:602
↓ 3 callersFunctionreturn_400
tjctf-2016/pwn/httc-165/server.c:49
↓ 3 callersFunctionreverse
** Reverse the stack segment from 'from' to 'to' ** (auxiliary to 'lua_rotate') */
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lapi.c:193
↓ 3 callersFunctionrotate
(req)
csaw-ctf-2016-quals/crypto/broken-box-300/solver.py:13
↓ 3 callersFunctionrotate
(req)
csaw-ctf-2016-quals/crypto/still-broken-box-400/solver.sage.py:17
↓ 3 callersFunctionrun_cmd
(cmd)
volga-ctf-quals-2016/crypto/lazy-250/server.py:113
↓ 3 callersFunctions
(a)
breakin-ctf-2016/web/oops-50/jquery.min.js:1
↓ 3 callersFunctionsb
(a)
tjctf-2016/web/super-questionable-luggage-service-30/static/js/jquery.js:2
↓ 3 callersFunctionsb
(a,b)
breakin-ctf-2016/web/oops-50/jquery.min.js:3
↓ 3 callersFunctionsemerror
semantic error */
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lparser.c:67
↓ 3 callersFunctionsend_message
(s, message)
volga-ctf-quals-2016/crypto/five_blocks-600/server.py:39
↓ 3 callersFunctionshow_name
(sock, stud_id)
seccon-ctf-quals-2016/exploit/jmper-300/jmper_exploit.py:70
↓ 3 callersFunctionsinglematch
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lstrlib.c:325
↓ 3 callersFunctionskip_sep
** skip a sequence '[=*[' or ']=*]'; if sequence is well formed, return ** its number of '='s; otherwise, return a negative number (-1 iff there ** ar
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/llex.c:251
↓ 3 callersFunctionstatement
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lparser.c:1539
↓ 3 callersFunctionsuffixedexp
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lparser.c:891
↓ 3 callersFunctionsweeplist
** sweep at most 'count' elements from a list of GCObjects erasing dead ** objects, where a dead object is one marked with the old (non current) ** wh
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lgc.c:734
↓ 3 callersFunctionsweepstep
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lgc.c:1026
↓ 3 callersFunctiontonumeral
** If expression is a numeric constant, fills 'v' with its value ** and returns 1. Otherwise, returns 0. */
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lcode.c:43
↓ 3 callersFunctionua
(a)
icectf-2016/web/flag-storage-50/Log In_files/jquery.min.js:2
↓ 3 callersFunctionupvalname
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/ldebug.c:126
↓ 3 callersFunctionusage
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/luac.c:50
↓ 3 callersFunctionutf8_decode
** Decode one UTF-8 sequence, returning NULL if byte sequence is invalid. */
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lutf8lib.c:40
↓ 3 callersFunctionva
(a,b,c)
icectf-2016/web/flag-storage-50/Log In_files/jquery.min.js:2
↓ 3 callersFunctionverify
(data, p, q, g, y, r, s)
volga-ctf-quals-2016/crypto/lazy-250/server.py:80
↓ 3 callersFunctionw
(a,b,c)
tjctf-2016/web/super-questionable-luggage-service-30/static/js/jquery.js:2
↓ 3 callersFunctionw
(a)
icectf-2016/web/flag-storage-50/Log In_files/jquery.min.js:2
↓ 3 callersFunctionwait_paste
(conv_func)
pwn2win-ctf-2016/web/bathing-and-grooming-400/md5_solve.py:29
↓ 3 callersFunctionwb
(a)
tjctf-2016/web/super-questionable-luggage-service-30/static/js/jquery.js:2
↓ 3 callersFunctionx
(a,b,c,d)
tjctf-2016/web/super-questionable-luggage-service-30/static/js/jquery.js:4
↓ 3 callersFunctionya
(a,b)
breakin-ctf-2016/web/oops-50/jquery.min.js:1
↓ 3 callersFunctionzb
(a,b)
tjctf-2016/web/super-questionable-luggage-service-30/static/js/jquery.js:3
↓ 2 callersFunctionAb
(a,b)
tjctf-2016/web/super-questionable-luggage-service-30/static/js/jquery.js:3
↓ 2 callersFunctionCa
(a,b)
icectf-2016/web/flag-storage-50/Log In_files/jquery.min.js:3
↓ 2 callersFunctionD
(a,b)
tjctf-2016/web/super-questionable-luggage-service-30/static/js/jquery.js:2
↓ 2 callersFunctionD
(a,b)
breakin-ctf-2016/web/oops-50/jquery.min.js:1
↓ 2 callersFunctionDumpFunction
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/ldump.c:166
↓ 2 callersFunctionDumpInteger
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/ldump.c:68
↓ 2 callersFunctionDumpNumber
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/ldump.c:63
↓ 2 callersFunctionEb
(b,c)
tjctf-2016/web/super-questionable-luggage-service-30/static/js/jquery.js:3
↓ 2 callersFunctionFa
(a,b)
icectf-2016/web/flag-storage-50/Log In_files/jquery.min.js:3
↓ 2 callersFunctionFa
(a,b)
breakin-ctf-2016/web/oops-50/jquery.min.js:2
↓ 2 callersFunctionGCTM
csaw-ctf-2016-quals/pwn/aul-100/lua-5.3.3/src/lgc.c:806
↓ 2 callersFunctionHa
(a,b,c,d,e)
breakin-ctf-2016/web/oops-50/jquery.min.js:2
↓ 2 callersFunctionI
()
tjctf-2016/web/super-questionable-luggage-service-30/static/js/jquery.js:2
↓ 2 callersFunctionIa
(a,b,c)
icectf-2016/web/flag-storage-50/Log In_files/jquery.min.js:3
↓ 2 callersFunctionIa
(a,b,c)
breakin-ctf-2016/web/oops-50/jquery.min.js:2
↓ 2 callersFunctionJ
(a,b)
icectf-2016/web/flag-storage-50/Log In_files/sha.js:25
↓ 2 callersFunctionJ
(a,b)
icectf-2016/web/flag-storage-50/Log In_files/jquery.min.js:2
↓ 2 callersFunctionJa
(a,b)
breakin-ctf-2016/web/oops-50/jquery.min.js:2
↓ 2 callersFunctionJb
(a)
icectf-2016/web/flag-storage-50/Log In_files/jquery.min.js:4
← previousnext →401–500 of 1,823, ranked by callers