Questions tagged [dbg]

37 questions
0
votes
0 answers

how to include line-numbers in Erlang/Elixir Dbg

Please how may we include line numbers in the output from Dbg module in Erlang/ Elixir? I use the https://hexdocs.pm/dbg/ Module for Elixir Dbg.local_call(__MODULE__, [:stack]) Dbg.trace(self(), [:timestamp, :call, :arity])
Charles Okwuagwu
  • 10,538
  • 16
  • 87
  • 157
0
votes
1 answer

windbg symbol files unable to resolve

My executable is setup.exe, I have a pdb file named setup.pdb in the same directory c:\ade\bpurana\.ade\view_storage\bpurana_oui_424\oui\cd\disk1 My symbol file path is…
bhavs
  • 2,091
  • 8
  • 36
  • 66
-1
votes
1 answer

Save memory dump edit into an exe file in OllyDbg

I am editing the client of my game server at Ollydbg. The problem is that i don't know how to save it into a new .exe file. I open my game and then open Ollydbg and attach the game process to it. I press ctrl+M and find the string that i want to…
-1
votes
1 answer

How to fix error "could not initialize WinDbg engine" in ida pro 7.5?

I get this error when i am trying to run the debugger: I already wrote the path to the debugger in ida.cfg. The problem was in Russian characters in the file path.
Green Map
  • 1
  • 4
-2
votes
1 answer

Fooling C program by entering pointer address

This is only for academic use. Software security course. The teacher wants me to fool the program by enter something, a ponter address I guess,to run a different function than f2 or f3. I can see all memory addresses using GDB. What should I enter…
-2
votes
2 answers

Value of string magically changes after function is used on a different string

As shown in this dbg debug log, string1 = '0' , "1000" is printed after the intToBinary(num1, string1) function call. But then on the next instruction intToBinary(num2, string2) is called. As you can see different parameters are…
user1534664
  • 3,258
  • 8
  • 40
  • 66
1 2
3