Jonathan Todd

Results 15 issues of Jonathan Todd

**Describe the bug** I created a related Stack Overflow question about this before realizing it might just be a bug: https://stackoverflow.com/questions/68328939/how-can-i-ignore-every-directory-except-one-with-electron-reloader-is-something I wanted to ignore every directory except one. Yes,...

has test case

https://github.com/clong/DetectionLab/issues/579 This issue was solved and closed, but I and a separate commenter seem to be experiencing it again as of now. ``` [20:40] Current domain is set to 'workgroup'....

waiting-on-reporter
unable-to-reproduce

In pwntools, where a program is waiting for user input (via `fgets` or similar) an exploit might look like: ``` from pwn import * p = process("./vuln") nop_sled = asm(shellcraft.nop()...

I wanted to test using qiling for exploitation development. So I'm passing a cyclic buffer to the program to generate a buffer overflow. A core file gets generated upon the...

This seems like it would be a common ask, sorry if duplicate. I was pretty happy with CoCalc with the exception of one formatting issue we've had a discussion here...

Feature request: Automate Start the Project function on keyboard/mouse activity. I understand why it's beneficial to freeze the project when not being actively used - saves cloud compute resources for...

From what I can tell it's looking for something in the directory "build" but that's not a standard directory. I'm confused on how to proceed. I tried this both on...

After learning about pwntools I was impressed with how much easier it makes the manual process of exploit development. Then I tried using it for a PE file to do...

question

For a while (being an assembly newbie), I was trying to assemble an instruction pushing 64 bits like `push 0x1d1d1d1d1d1d1d1d;`, not realizing that wasn't valid, then being confused when emulating...

bug

Below is a question I've asked elsewhere (don't have an answer yet). Could Eland be a candidate for making this easier? Eland specifically focuses on Pandas, but I don't see...

enhancement
topic:dataframe