forked from pgarba/Saturn_Results
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlifted.ll
20 lines (16 loc) · 1.24 KB
/
lifted.ll
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
; ModuleID = 'lifted_code'
source_filename = "lifted_code"
target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-windows-msvc-coff"
@GadgetFunctions = dllexport constant [1 x i64 (i8*)*] [i64 (i8*)* @F_140001000_args], align 1
@GadgetVAs = dllexport constant [1 x i64] [i64 5368713216], align 1
@GadgetCount = dllexport constant i32 1
@ImageBase = dllexport constant i64 5368709120
; Function Attrs: norecurse noreturn nounwind readnone uwtable
define dso_local dllexport i64 @F_140001000_args(i8* nocapture readnone %RCX) local_unnamed_addr #0 {
entry:
br label %BB_140001016.i.i
BB_140001016.i.i: ; preds = %BB_140001016.i.i, %entry
br label %BB_140001016.i.i
}
attributes #0 = { norecurse noreturn nounwind readnone uwtable "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "min-legal-vector-width"="0" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+fxsr,+mmx,+sse,+sse2,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" }