Jump to content

Bugs


oakgyrl510

Recommended Posts

aha yeahhhhhhhhh. I was trying to find that witch signature and failed horribly. Hopefully I'll have time later today to try again. Got a family party

 

What you were looking at was assembly. Theres a huge culture around reverse engineering where people use software to turn programs into assembly and create cracks, exploits, or in this case game mods. I kinda wish I had gotten into that field (legally). It's a lot of fun... seriously. I nerd out over it

Link to comment
Share on other sites

i *think* I fixed everything. Please report crashes here. note the time, date, and possible cause

			"WitchAttack::WitchAttack"
			{
				"library"	"server"
				"windows"	"\x55\x8B\xEC\x53\x56\x8B\xF1\xC7\x46\x2A\x2A\x2A\x2A\x2A\xC7\x46\x2A\x2A\x2A\x2A\x2A\x33\xDB\x33\xC0\x89\x46\x2A\x33\xC9\x89\x4E\x2A\x57\x33\xD2\x89\x56\x2A\x33\xFF\x89\x5E\x2A\x89\x5E\x2A\x89\x5E\x2A\x89\x5E\x2A\x89\x5E\x2A\x89\x5E\x2A\x66\x89\x5E\x2A\x89\x7E\x2A\xC7\x06\x2A\x2A\x2A\x2A\xC7\x46\x2A\x2A\x2A\x2A\x2A\x53\x8D\x4E\x2A\xC7\x46\x2A\x2A\x2A\x2A\x2A\xE8"
				"linux"		"@_ZN11WitchAttackC1EP11CBaseEntity"
				/* win: 
				found via caller fcn with string "vomit thrown on me" 
				55 8B EC 53 56 8B F1 C7 46 ? ? ? ? ? C7 46 ? ? ? ? ? 33 DB 33 C0 89 46 ? 33 C9 89 4E ? 57 33 D2 89 56 ? 33 FF 89 5E ? 89 5E ? 89 5E ? 89 5E ? 89 5E ? 89 5E ? 66 89 5E ? 89 7E ? C7 06 ? ? ? ? C7 46 ? ? ? ? ? 53 8D 4E ? C7 46 ? ? ? ? ? E8
				*/	
			}


			/* CTerrorPlayer::BecomeGhost(bool) is (float) in Windows Binary? Strange */
			"BecomeGhost"
			{
				"library"	"server"
				"linux"		"@_ZN13CTerrorPlayer11BecomeGhostEb"
				"windows"	"\x55\x8B\xEC\x53\x8B\x5D\x2A\x56\x53\x8B\xF1\xE8\x2A\x2A\x2A\x2A\x84\xC0\x75\x2A\x83\xBE\x2A\x2A\x2A\x2A\x2A\x0F"
				/*	55 8B EC 53 8B 5D ? 56 53 8B F1 E8 ? ? ? ? 84 C0 75 ? 83 BE ? ? ? ? ? 0F 
				find ghost_spawn_time in canbecomeghost. becomeghost calls it
				*/
			}
			


there were a couple others i fixed. I forget. too tired. night.

  • Like 2
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...