Categories > Coding > C# >

krnl.dll functions

Posts: 25

Threads: 15

Joined: Oct, 2021

Reputation: 0

Posted

The functions that krnl.dll has.I want to use it for my exploit

  • 0

Orbx

none

Posts: 27

Threads: 1

Joined: Feb, 2022

Reputation: 1

Replied

If youre talking about the C /w hashtag api you can use Object Browser that thing is already built in to the visual studio. also there is fast-alternative aswell but im lazy to explain how to do it rn lol. *im not good at explaining things.

  • 0

Added

@_realnickk

yes. anyways prob he asking the uh how i tell it lua dll ig?

 

thread reply:

if u want to know all the functions that krnl has, use getgenv() idk if is there others alternative because im not a lua scripter + im dumb lol

so i heard theres table library called foreach u can check it out here: http://lua-users.org/wiki/TableLibraryTutorial

since getgenv() is a table (im not sure) prob we can use table.foreach

table.foreach(getgenv(), print)

or

for k, v in pairs(getgenv()) do
    print(k, v)
end
  • 0

Syraxes_

Web Developer

vip

Posts: 1070

Threads: 30

Joined: Jul, 2021

Reputation: 63

Replied

I dont have the Krnl's functions, but you can use FLUXUS's functions.

 

https://pastebin.com/raw/NQsNvRg6

  • 0

I'm not lazy, I'm just highly motivated to do nothing. #I💚Dogs.

Posts: 1597

Threads: 166

Joined: Apr, 2021

Reputation: 13

Replied

@_realnickk if you're talking about pipe communication it's definetly not websocket. 

  • 0

Added

@_realnickk oh, then alright. 

  • 0

Random quote here...

Posts: 796

Threads: 54

Joined: Sep, 2021

Reputation: 21

Replied

@Syraxes_ https://krnl.ca/predocs these are the official docs for krnl

  • 0

dead inside

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )