예제 #1
0
파일: bs.py 프로젝트: L0yy/Qiling_Learning
def hook_LocateHandle(ql, address, params):
	return common.LocateHandle(ql.loader.dxe_context, params)
예제 #2
0
파일: smst.py 프로젝트: ucgJhe/qiling
def hook_SmmLocateHandle(ql, address, params):
    return common.LocateHandle(ql.loader.smm_context, params)
예제 #3
0
파일: bs.py 프로젝트: profiles/qiling
def hook_LocateHandle(ql: Qiling, address: int, params):
	return common.LocateHandle(ql.loader.dxe_context, params)