-
```
What steps will reproduce the problem?
1. DataContext ctx = new DataContext(constr, anyValidXmlMappingSource);
What is the expected output? What do you see instead?
OutOfMemoryException
What ver…
-
```
What steps will reproduce the problem?
1. DataContext ctx = new DataContext(constr, anyValidXmlMappingSource);
What is the expected output? What do you see instead?
OutOfMemoryException
What ver…
-
Hello folks,
I have a situation where a final variable in a subclass is initialized in its constructor, but the superclass calls a method accessing that variable before it is initialized. Works wit…
-
The code is lightly obfuscated. If you didn't code it that way, it would be really cool if you update the game with unobfuscated code.
PYL29 updated
4 months ago
-
When my code (a javascript class) is obfuscated with stirng array encoding set to RC4, and is used with JQuery 1.4.2 then the obfuscated code does not work properly. The same source obfuscated without…
-
Often times in obfuscated binaries, there will be instructions at a wrong address. Binary Ninja handles overlapping code with no issue, but the process to navigate to the correct address and creating …
-
### Checklist
- [x] The issue exists after disabling all extensions
- [x] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a …
-
**Is your feature request related to a problem? Please describe.**
Strings inside template literals are currently not obfuscated.
For example:
```js
console.log(`Hello World`)
```
Will prese…
-
Hey!
Thanks for the interesting project!
1. To eliminate warnings such as 'integer constant is too large,' it's necessary to generate specific type modifiers for constant integers in the expressio…
-
### Motivation: Why do you think this is important?
Flyte dumps all TaskConfig to the UI and logs, including sensitive data (such as access tokens).
This is a critical security issue in enterprise e…