Example #1
0
func init() {
	outside.AddEPs("advapi32.dll", false, EntryPoints)
	outside.AddEPs("advapi32.dll", true, UnicodeEntryPoints)
}
Example #2
0
func init() {
	outside.AddEPs("winmm.dll", false, EntryPoints)
	outside.AddEPs("winmm.dll", true, UnicodeEntryPoints)
}
Example #3
0
func init() {
	outside.AddEPs("gdiplus.dll", false, EntryPoints)
}
Example #4
0
func init() {
	outside.AddEPs("glu32.dll", false, EntryPoints)
}
Example #5
0
func init() {
	outside.AddEPs("oleaut32.dll", false, EntryPoints)
}
Example #6
0
func init() {
	outside.AddEPs("opengl32.dll", false, EntryPoints)
}
Example #7
0
func init() {
	outside.AddEPs("riched20.dll", false, EntryPoints)
}