Giter Site home page Giter Site logo

byeintegrity-uac's Issues

Cannot run something else than cmd.exe as admin

Hello i managed to change the code of the dll project to try to run something else that I made as admin but it doesn't seem to take any effect and it still runs cmd.exe instead of my Test.exe program. Here is the code i was trying to modify:
`systemPath = L"\test.exe";

	PROCESS_INFORMATION processInfo;
	STARTUPINFOW startupInfo{sizeof STARTUPINFOW, nullptr};

	if (!CreateProcessW(L"test.exe", nullptr, nullptr, nullptr, FALSE, 0, nullptr, nullptr, &startupInfo,
	                    &processInfo))
	{
		ExitProcess(GetLastError());
	}

	CloseHandle(processInfo.hProcess);
	CloseHandle(processInfo.hThread);

	ExitProcess(ERROR_SUCCESS);`

Is there any way to fix this issue?

Restore option

In the code I see:

		if (restore)

Is this a command-line argument?

How can I restore old version without going into assembly or hex editing?

wo

compiled program plz

/s

Binding

after i compile the old byeintegrity and bind it with another executional file would there be any interference and i dont think i can compile the old byeintegrity with the shellcode.txt i thinks its going to turn it into a md files am i wrong?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.